]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
clean-distfiles: cosmetic
authorElan Ruusamäe <glen@delfi.ee>
Sun, 23 Nov 2014 00:07:24 +0000 (02:07 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 23 Nov 2014 00:07:24 +0000 (02:07 +0200)
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.06568 seconds and 4 git commands to generate.