index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2011-06-27 13:30:37 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-06-27 13:30:37 -0500 |
commit | a12acbc2ffa8fab9e17168ed10e429c6f47434a6 (patch) | |
tree | 2d3539f71577a87b4125f38c66e09b0a65357b4b /scripts/makepkg.sh.in | |
parent | 865ac0f0557560216b42ea14efb4487a236c0b2b (diff) | |
parent | db172b09c55fd4f110717e1e5586e9ba5e29607e (diff) |
-rw-r--r-- | scripts/makepkg.sh.in | 2 |
diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index ed5cdef7..391e1752 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 |