Signed-off-by: Allan McRae <[email protected]>
---
 scripts/makepkg.sh.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in
index 9623ffa..b2b449c 100644
--- a/scripts/makepkg.sh.in
+++ b/scripts/makepkg.sh.in
@@ -868,7 +868,7 @@ tidy_install() {
        if [[ $(check_option strip) = y && -n ${STRIP_DIRS[*]} ]]; then
                msg2 "$(gettext "Stripping unneeded symbols from binaries and 
libraries...")"
                local binary
-               find ${strip_di...@]} -type f -writable 2>/dev/null | while 
read binary ; do
+               find ${strip_di...@]} -type f -perm -u+w 2>/dev/null | while 
read binary ; do
                        case "$(file -biz "$binary")" in
                                *compressed-encoding*)      # Skip compressed 
binaries
                                        ;;
-- 
1.7.0.3


Reply via email to