diff options
-rw-r--r-- | abuild.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -761,7 +761,7 @@ pre_split() { if [ -z "$subpkgname" ]; then return 0 fi - # the subpackages should not inherit those from main package + # the subpackages should not inherit these from main package provides="" install_if="" } |