summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2013-10-31 13:28:55 +0100
committerAllan McRae <allan@archlinux.org>2013-11-01 06:48:03 +0100
commit5c5b28833c0c47d31c58d40cd13b69227de6eb48 (patch)
treebb8d9e9779c25880477ed14bad1d1bccb92b7dc0 /scripts
parentd5acf7a44a41c0ac8224895a9f15f3d04e80811d (diff)
downloadpacman-5c5b28833c0c47d31c58d40cd13b69227de6eb48.tar.gz
pacman-5c5b28833c0c47d31c58d40cd13b69227de6eb48.tar.xz
makepkg: Allow "static library" to be translated
Signed-off-by: Allan McRae <allan@archlinux.org>
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 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