diff options
author | Daniel Baumann <daniel@debian.org> | 2013-02-08 23:13:24 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2013-02-08 23:13:24 +0100 |
commit | 1f673d6f6bed2b67f32cd1d66f869235fe849d47 (patch) | |
tree | fa2763d2ec8290f5f3b2dc3c226ea62add238c96 /scripts/build | |
parent | 36e9376517e8b20c08bcb877e18591430b573df9 (diff) | |
download | vyos-live-build-1f673d6f6bed2b67f32cd1d66f869235fe849d47.tar.gz vyos-live-build-1f673d6f6bed2b67f32cd1d66f869235fe849d47.zip |
Correctly remove binary contents and packages file in clean script.
Diffstat (limited to 'scripts/build')
-rwxr-xr-x | scripts/build/clean | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/clean b/scripts/build/clean index 07e3be50d..b5213adf8 100755 --- a/scripts/build/clean +++ b/scripts/build/clean @@ -102,7 +102,7 @@ do rm -f binary*.tar.gz rm -f binary*.zsync* rm -f binary.sh - rm -f binary.contents binary.packages + rm -f binary*.contents binary*.packages rm -f MD5SUMS SHA1SUMS SHA256SUMS SHA512SUMS rm -f md5sum.txt sha1sum.txt sha256sum.txt sha512sum.txt |