diff options
author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-07-13 02:43:58 +0100 |
---|---|---|
committer | Chris Lamb <chris@chris-lamb.co.uk> | 2008-07-13 02:43:58 +0100 |
commit | 16a45783e19b87bf2ae0fe5336930945d1eb42ba (patch) | |
tree | 87fa969a0198316db70f8128cfa82f6d97248398 | |
parent | ee295091200fd79cb194a197ad2363d992b402a1 (diff) | |
download | vyos-live-build-16a45783e19b87bf2ae0fe5336930945d1eb42ba.tar.gz vyos-live-build-16a45783e19b87bf2ae0fe5336930945d1eb42ba.zip |
Additionally clean md5sum.txt temporary file.
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
-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 |