]> git.pld-linux.org Git - packages/rpm-build-tools.git/blobdiff - clean-distfiles.sh
do exact bcond match when reporting active bconds
[packages/rpm-build-tools.git] / clean-distfiles.sh
index 617000a4c8bb14280a85c5021bafade9532ef3da..459f731b4fdf7691dac537fc8d068d663fcf8dd9 100755 (executable)
@@ -25,7 +25,7 @@ ext=bz2,gz,rar,tgz,tbz2,zip,jar,Z,tar,png,ico,xpm,gif,rpm,bin,run,exe,iso,xpi,ZI
 ls -ldrSh */*.{$ext} || :
 echo */*.{$ext} | xargs stat -c %s | awk '{s+=$1} END {printf("Total: %d MiB\n", s/1014/1024)}'
 
-echo remove? ctrl+c to abort
+echo Move to $purgedir? Hit Ctrl+C to abort
 read a
 
 install -d $purgedir
This page took 0.027685 seconds and 4 git commands to generate.