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 <[email protected]>
@@ -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;