[pacman-dev] [PATCH] makepkg: Allow "static library" to be translated

Allan McRae allan at archlinux.org
Thu Oct 31 08:28:55 EDT 2013


Signed-off-by: Allan McRae <allan at archlinux.org>
---
 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



More information about the pacman-dev mailing list