diff options
Diffstat (limited to 'helpers/clean')
| -rwxr-xr-x | helpers/clean | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/helpers/clean b/helpers/clean index 8f7420930..0596e3974 100755 --- a/helpers/clean +++ b/helpers/clean @@ -90,7 +90,7 @@ do  		--binary)  			${LH_ROOT_COMMAND} umount -f binary.tmp > /dev/null 2>&1 || true  			rm -rf binary.tmp binary.deb binary.udeb -			rm -f binary.iso +			rm -f binary*.iso  			rm -f binary*.img  			rm -f binary*.tar.gz  			rm -f binary.sh @@ -122,7 +122,7 @@ do  			;;  		--source) -			rm -f source.iso +			rm -f source*.iso  			rm -f source*.img  			rm -f source*.tar  			rm -f source*.tar.gz | 
