diff options
Diffstat (limited to 'abuild.in')
-rw-r--r-- | abuild.in | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -947,6 +947,11 @@ archcheck() { prepare_package() { msg "Preparing ${subpkgname:+sub}package ${subpkgname:-$pkgname}..." + if [ -n "$subpkgname" ]; then + # the subpackages should not inherit those + provides="" + install_if="" + fi stripbin prepare_metafiles \ && prepare_trace_rpaths \ |