[pacman-dev] [PATCH] makepkg: fix incorrect parenthesis in gettext call

Allan McRae allan at archlinux.org
Fri Jun 24 08:43:00 EDT 2011


On 24/06/11 22:39, Dave Reisner wrote:
> allan broke it in 4bdb868a.
>
> Signed-off-by: Dave Reisner<d at falconindy.com>
> ---
>   scripts/makepkg.sh.in |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in
> index e101a76..3d40bc1 100644
> --- a/scripts/makepkg.sh.in
> +++ b/scripts/makepkg.sh.in
> @@ -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

You stuffed this up worse than I did....

Allan



More information about the pacman-dev mailing list