there should be only 1 local package directory speicified in pkgdir attribute, the removed code slice seems unnecessary
This commit is contained in:
parent
eb14f2bc5d
commit
662a62c57a
@ -739,11 +739,6 @@ sub mkinstall
|
||||
my $initrdpath;
|
||||
my $maxmem;
|
||||
|
||||
# only first value is adopted, please see tabdump linuximage, section pkgdir.
|
||||
my @pkgdirs = split(/,/, $pkgdir);
|
||||
if (scalar(@pkgdirs) > 1) {
|
||||
$pkgdir = @pkgdirs[0];
|
||||
}
|
||||
|
||||
if (
|
||||
(
|
||||
|
Loading…
x
Reference in New Issue
Block a user