summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2014-09-07 14:56:52 -0400
committerAllan McRae <allan@archlinux.org>2014-09-23 21:43:16 +1000
commite1f6fe652d8796ed259d248b9aa82d0ed8ec9637 (patch)
tree0d75cc8faa39cefce9f8ca9faac295e3dea9ca42
parenteab8cf6241119b2c1c44d5ec68ea53c7e4224a3b (diff)
downloadpacman-e1f6fe652d8796ed259d248b9aa82d0ed8ec9637.tar.xz
makepkg: use correct terminology
unix has no "folders".
-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 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