fix a package metadata parsing bug
SVN-Revision: 14735
This commit is contained in:
parent
127296bc45
commit
daf7406075
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ sub parse_package_metadata($) {
|
|||
$type =~ /ipkg/ and $pkg->{tristate} = 1;
|
||||
}
|
||||
};
|
||||
/^Config: \s*(.*)\s*$/ and $pkg->{config} = "$1\n".get_multiline(*FILE, "\t");
|
||||
/^Config:\s*(.*)\s*$/ and $pkg->{config} = "$1\n".get_multiline(*FILE, "\t");
|
||||
/^Prereq-Check:/ and $pkg->{prereq} = 1;
|
||||
/^Preconfig:\s*(.+)\s*$/ and do {
|
||||
my $pkgname = $pkg->{name};
|
||||
|
|
Loading…
Reference in a new issue