1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00

makepkg: use correct terminology

unix has no "folders".
This commit is contained in:
Dave Reisner 2014-09-07 14:56:52 -04:00 committed by Allan McRae
parent eab8cf6241
commit e1f6fe652d

View File

@ -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