index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dave Reisner <d@falconindy.com> | 2011-06-24 08:36:54 -0400 |
---|---|---|
committer | Dave Reisner <d@falconindy.com> | 2011-06-24 08:36:54 -0400 |
commit | 8581694ceb63f4ed2854206b38574599c3d9df28 (patch) | |
tree | 42f42788ddba49caa154344ec5102dff3d26c9e5 /scripts/makepkg.sh.in | |
parent | 94d22f93096e210cd00d2e9c97c65f77d49ae387 (diff) |
-rw-r--r-- | scripts/makepkg.sh.in | 2 |
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 |