[pacman-dev] [PATCH] makepkg: Allow "static library" to be translated
31 Oct
2013
31 Oct
'13
12:28 p.m.
Signed-off-by: Allan McRae <allan@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
4056
Age (days ago)
4056
Last active (days ago)
0 comments
1 participants
participants (1)
-
Allan McRae