diff options
Diffstat (limited to 'common/hooks/post-install/06-strip-and-debug-pkgs.sh')
-rw-r--r-- | common/hooks/post-install/06-strip-and-debug-pkgs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/hooks/post-install/06-strip-and-debug-pkgs.sh b/common/hooks/post-install/06-strip-and-debug-pkgs.sh index 44d8a51fe93..b59dde5ab3c 100644 --- a/common/hooks/post-install/06-strip-and-debug-pkgs.sh +++ b/common/hooks/post-install/06-strip-and-debug-pkgs.sh @@ -59,7 +59,7 @@ create_debug_pkg() { hook() { local fname= x= f= _soname= STRIPCMD= - if [ -n "$nostrip" -o "${archs// /}" = "noarch" ]; then + if [ -n "$nostrip" ]; then return 0 fi |