diff options
-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* |