]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- clean also pdf
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 14 Aug 2011 12:13:30 +0000 (12:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    clean-distfiles.sh -> 1.3

clean-distfiles.sh

index 12abf5eafb751436c56600a60f71524aa3042350..8e7cea9eac16372e8412cc6f38b15381c3dbb2d8 100644 (file)
@@ -6,7 +6,7 @@
 dir=$(dirname "$0")
 cd "$dir"
 
-ext=bz2,gz,rar,tgz,tbz2,zip,jar,Z,tar,png,ico,xpm,gif,rpm,bin,run,exe,iso,xpi,ZIP,dll
+ext=bz2,gz,rar,tgz,tbz2,zip,jar,Z,tar,png,ico,xpm,gif,rpm,bin,run,exe,iso,xpi,ZIP,dll,pdf
 ls -ldrSh */*.{$ext}
 echo */*.{$ext} | xargs stat -c %s | awk '{s+=$1} END {printf("Total: %d MiB\n", s/1014/1024)}'
 
This page took 0.073026 seconds and 4 git commands to generate.