summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2008-07-08 04:39:42 +0200
committerDan McGee <dan@archlinux.org>2008-07-08 04:39:42 +0200
commitb196cc43a50e6fd1dfa9425d7ff8a9302e6fec84 (patch)
tree95fef101ad70aee43fd15e630357fa416652f3fa /scripts
parent30702350fa442fd6d450f909cda7124369e68f77 (diff)
parentd92b0e674d60e53a43fe9f6d5bc5f311364285c6 (diff)
downloadpacman-b196cc43a50e6fd1dfa9425d7ff8a9302e6fec84.tar.gz
pacman-b196cc43a50e6fd1dfa9425d7ff8a9302e6fec84.tar.xz
Merge branch 'maint'
Diffstat (limited to 'scripts')
-rw-r--r--scripts/makepkg.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in
index 4fa69455..b810d608 100644
--- a/scripts/makepkg.sh.in
+++ b/scripts/makepkg.sh.in
@@ -750,7 +750,7 @@ tidy_install() {
if [ "$(check_option libtool)" = "n" ]; then
msg2 "$(gettext "Removing libtool .la files...")"
- find . -type f -name "*.la" -exec rm -f -- '{}' \;
+ find . ! -type d -name "*.la" -exec rm -f -- '{}' \;
fi
if [ "$(check_option emptydirs)" = "n" ]; then