index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | scripts/makepkg.sh.in | 2 |
diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index 913c9015..0539800b 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -3437,7 +3437,7 @@ fi # if inhibiting archive creation, go no further if (( NOARCHIVE )); then - msg "$(gettext "Package folder is ready.")" + msg "$(gettext "Package directory is ready.")" exit 0 fi |