index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Allan McRae <allan@archlinux.org> | 2013-10-31 22:28:55 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2013-11-01 15:48:03 +1000 |
commit | 5c5b28833c0c47d31c58d40cd13b69227de6eb48 (patch) | |
tree | bb8d9e9779c25880477ed14bad1d1bccb92b7dc0 | |
parent | d5acf7a44a41c0ac8224895a9f15f3d04e80811d (diff) |
-rw-r--r-- | scripts/makepkg.sh.in | 2 |
diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index 4cb81730..b2cc8e27 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -1583,7 +1583,7 @@ tidy_install() { fi if check_option "staticlibs" "n"; then - msg2 "$(gettext "Removing "%s" files...")" "static library" + msg2 "$(gettext "Removing static library files...")" find . ! -type d -name "*.a" -exec rm -f -- '{}' + fi |