makepkg: Allow "static library" to be translated

Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
Allan McRae 2013-10-31 22:28:55 +10:00
parent d5acf7a44a
commit 5c5b28833c
1 changed files with 1 additions and 1 deletions

View File

@ -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