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:
parent
82a701401c
commit
700a5374f1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue