1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00

makepkg: fix incorrect parenthesis in gettext call

allan broke it in 4bdb868a.

Signed-off-by: Dave Reisner <d@falconindy.com>
This commit is contained in:
Dave Reisner 2011-06-24 08:36:54 -04:00
parent 94d22f9309
commit 8581694ceb

View File

@ -2096,7 +2096,7 @@ if (( INFAKEROOT )); then
tidy_install
fi
else
warning "$(gettext "Repackaging without the use of a %s function is deprecated.")" "package()"
warning "$(gettext "Repackaging without the use of a %s function is deprecated." "package()")"
plain "$(gettext "File permissions may not be preserved.")"
fi
else