index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Andrew Fyfe <andrew@neptune-one.net> | 2007-10-19 01:18:01 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-10-18 19:28:02 -0500 |
commit | 12e134625286be8d86f824ce2f73d1a96ac0b547 (patch) | |
tree | 685d098114dde0380e91f4f20e5ae8df233d69ff /scripts/makepkg.sh.in | |
parent | 0ff02995f169d460d60a9512d7fa8257c74ed8f4 (diff) |
-rw-r--r-- | scripts/makepkg.sh.in | 2 |
diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index 4399076b..df6c92e3 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -736,7 +736,7 @@ tidy_install() { if [ "$(check_option strip)" = "y" ]; then msg2 "$(gettext "Stripping debugging symbols from binaries and libraries...")" - for file in $(find {,*/}{bin,lib,sbin} -type f 2>/dev/null || true); do + for file in $(find {,usr/{,local/},opt/}{bin,lib,sbin} -type f 2>/dev/null || true); do case "$(file -biz "$file")" in *application/x-sharedlib*) # Libraries /usr/bin/strip --strip-debug "$file";; |