aboutsummaryrefslogtreecommitdiff
path: root/common/hooks/pre-pkg/04-generate-runtime-deps.sh
diff options
context:
space:
mode:
Diffstat (limited to 'common/hooks/pre-pkg/04-generate-runtime-deps.sh')
-rw-r--r--common/hooks/pre-pkg/04-generate-runtime-deps.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/hooks/pre-pkg/04-generate-runtime-deps.sh b/common/hooks/pre-pkg/04-generate-runtime-deps.sh
index b5307ff8226..498d8289342 100644
--- a/common/hooks/pre-pkg/04-generate-runtime-deps.sh
+++ b/common/hooks/pre-pkg/04-generate-runtime-deps.sh
@@ -56,7 +56,7 @@ hook() {
mapshlibs=$XBPS_COMMONDIR/shlibs
- if [ -n "$noarch" -o -n "$noverifyrdeps" ]; then
+ if [ "${archs// /}" = "noarch" -o -n "$noverifyrdeps" ]; then
store_pkgdestdir_rundeps
return 0
fi