index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | scripts/makepkg | 2 |
diff --git a/scripts/makepkg b/scripts/makepkg index 587f7340..e19d5426 100755 --- a/scripts/makepkg +++ b/scripts/makepkg @@ -503,7 +503,7 @@ if [ "$CLEANCACHE" = "1" ]; then fi else # answer = no - "No files have been removed." + msg "No files have been removed." exit 0 fi else |