mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-15 13:55:09 -05: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:
parent
94d22f9309
commit
8581694ceb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user