summaryrefslogtreecommitdiffstats
path: root/scripts/makepkg.sh.in
diff options
context:
space:
mode:
authorDave Reisner <d@falconindy.com>2011-06-24 14:36:54 +0200
committerDave Reisner <d@falconindy.com>2011-06-24 14:36:54 +0200
commit8581694ceb63f4ed2854206b38574599c3d9df28 (patch)
tree42f42788ddba49caa154344ec5102dff3d26c9e5 /scripts/makepkg.sh.in
parent94d22f93096e210cd00d2e9c97c65f77d49ae387 (diff)
downloadpacman-8581694ceb63f4ed2854206b38574599c3d9df28.tar.gz
pacman-8581694ceb63f4ed2854206b38574599c3d9df28.tar.xz
makepkg: fix incorrect parenthesis in gettext call
allan broke it in 4bdb868a. Signed-off-by: Dave Reisner <d@falconindy.com>
Diffstat (limited to 'scripts/makepkg.sh.in')
-rw-r--r--scripts/makepkg.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in
index e101a763..3d40bc1e 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