From 9aab1440cacf143b62f05ccfac0e7917ef9d4c45 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Mon, 27 Jun 2011 21:42:22 -0500 Subject: Revert "Merge branch 'master' of git://projects.archlinux.org/pacman" This reverts the merge of 2d32a9a3a348d25d6d0f3d12752399bf7fdf6570, which reverts the commit 8581694ceb63f4ed2854206b38574599c3d9df28. Thanks Dave for the dirty branch and non-clean rebase! :) Dave broke it. --- scripts/makepkg.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/makepkg.sh.in') diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index 391e1752..ed5cdef7 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -2086,7 +2086,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 -- cgit v1.2.3-24-g4f1b