metadata: remove 'base-files' special case
Nothing explicitly depends on base-files, and even if it would, it would not cause any problems. Remove the unused special case. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
This commit is contained in:
parent
69a36cbab2
commit
1a2b5eb7ac
1 changed files with 1 additions and 1 deletions
|
@ -539,7 +539,7 @@ sub gen_package_mk() {
|
|||
} elsif (defined($srcpackage{$dep})) {
|
||||
$idx = $subdir{$dep}.$dep;
|
||||
}
|
||||
undef $idx if $idx eq 'base-files';
|
||||
|
||||
if ($idx) {
|
||||
$idx .= $suffix;
|
||||
|
||||
|
|
Loading…
Reference in a new issue