summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
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