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>
v19.07.3_mercusys_ac12_duma
Matthias Schiffer 6 years ago
parent 69a36cbab2
commit 1a2b5eb7ac
No known key found for this signature in database
GPG Key ID: 16EF3F64CB201D9C

@ -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…
Cancel
Save