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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue