index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2011-06-27 21:42:22 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-06-27 21:43:58 -0500 |
commit | 9aab1440cacf143b62f05ccfac0e7917ef9d4c45 (patch) | |
tree | 966bfe1d161ca122734ac0c844450ee806a893ad /scripts/makepkg.sh.in | |
parent | 97e1dd9318389cf9424d06b78f5b9f5b9d452f7d (diff) |
-rw-r--r-- | scripts/makepkg.sh.in | 2 |
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 |