makepkg: reword purge message

Clarfiy that it is unwanted files are being removed rather than "other"
files (whatever they are...).

Signed-off-by: Allan McRae <allan@archlinux.org>
Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Allan McRae 2011-06-11 12:00:20 +10:00 committed by Dan McGee
parent 82a701401c
commit 700a5374f1

View file

@ -856,7 +856,7 @@ tidy_install() {
fi fi
if [[ $(check_option purge) = "y" && -n ${PURGE_TARGETS[*]} ]]; then if [[ $(check_option purge) = "y" && -n ${PURGE_TARGETS[*]} ]]; then
msg2 "$(gettext "Purging other files...")" msg2 "$(gettext "Purging unwanted files...")"
local pt local pt
for pt in "${PURGE_TARGETS[@]}"; do for pt in "${PURGE_TARGETS[@]}"; do
if [[ ${pt} = ${pt//\/} ]]; then if [[ ${pt} = ${pt//\/} ]]; then