Signed-off-by: Allan McRae <[email protected]>
---
 scripts/makepkg.sh.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in
index 4cb8173..b2cc8e2 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
 
-- 
1.8.4.2


Reply via email to