diff options
author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-07-13 02:43:58 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:37 +0100 |
commit | a74d37bdc0ccc786f3571e01878016adad4cf04f (patch) | |
tree | 87fa969a0198316db70f8128cfa82f6d97248398 /helpers | |
parent | a00b0987a90d51b1cc9af8e4a54a8e3470e61211 (diff) | |
download | vyos-live-build-a74d37bdc0ccc786f3571e01878016adad4cf04f.tar.gz vyos-live-build-a74d37bdc0ccc786f3571e01878016adad4cf04f.zip |
Additionally clean md5sum.txt temporary file.
Diffstat (limited to 'helpers')
-rwxr-xr-x | helpers/lh_clean | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_clean b/helpers/lh_clean index 773d53069..e14bfc70a 100755 --- a/helpers/lh_clean +++ b/helpers/lh_clean @@ -80,7 +80,7 @@ do rm -f binary.img rm -f binary*.tar.gz rm -f binary.sh - rm -f binary.list binary.packages + rm -f binary.list binary.packages md5sum.txt rm -rf binary rm -rf tftpboot |