From 5c5b28833c0c47d31c58d40cd13b69227de6eb48 Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Thu, 31 Oct 2013 22:28:55 +1000 Subject: makepkg: Allow "static library" to be translated Signed-off-by: Allan McRae --- scripts/makepkg.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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 -- cgit v1.2.3-54-g00ecf