diff options
author | Florian Pritz <bluewind@xinu.at> | 2014-03-12 15:09:53 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2014-03-12 15:09:53 +0100 |
commit | 17af39e657fd02ff208aedf8ad050dabf3aadc82 (patch) | |
tree | d7dfff622622e3417f0e0e45ceabcf3b03731040 /cleanup-makepkg | |
parent | fd48e4001be8f0094abeda644dad900fd93127fc (diff) | |
download | bin-17af39e657fd02ff208aedf8ad050dabf3aadc82.tar.gz bin-17af39e657fd02ff208aedf8ad050dabf3aadc82.tar.xz |
cleanup-makepkg: cleanup all logs
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'cleanup-makepkg')
-rwxr-xr-x | cleanup-makepkg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cleanup-makepkg b/cleanup-makepkg index 6a99efc..b5b49cd 100755 --- a/cleanup-makepkg +++ b/cleanup-makepkg @@ -5,4 +5,4 @@ if [[ ! -e PKGBUILD ]]; then exit 1 fi -rm -f *.log PKGBUILD-namcap.log *.pkg.tar* +rm -f *.log *.log.* PKGBUILD-namcap.log *.pkg.tar* |