[pacman-dev] [PATCH] makepkg: reword purge message

Allan McRae allan at archlinux.org
Wed Jun 15 05:13:22 EDT 2011


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

Signed-off-by: Allan McRae <allan at archlinux.org>
---
 scripts/makepkg.sh.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in
index 0639fbd..01206d1 100644
--- a/scripts/makepkg.sh.in
+++ b/scripts/makepkg.sh.in
@@ -856,7 +856,7 @@ tidy_install() {
 	fi
 
 	if [[ $(check_option purge) = "y" && -n ${PURGE_TARGETS[*]} ]]; then
-		msg2 "$(gettext "Purging other files...")"
+		msg2 "$(gettext "Purging unwanted files...")"
 		local pt
 		for pt in "${PURGE_TARGETS[@]}"; do
 			if [[ ${pt} = ${pt//\/} ]]; then
-- 
1.7.5.4



More information about the pacman-dev mailing list