diff options
author | Daniel Baumann <daniel@debian.org> | 2012-07-18 21:49:14 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-07-18 21:55:08 +0200 |
commit | 526943c099a8a5d8546547899936a6c2b640c4a2 (patch) | |
tree | 4bee4ff9861786f38bc0539ffd9afb09128197cc /scripts/build | |
parent | 3776a96b20f5ceefdab784054301b4bf3ff931be (diff) | |
download | vyos-live-build-526943c099a8a5d8546547899936a6c2b640c4a2.tar.gz vyos-live-build-526943c099a8a5d8546547899936a6c2b640c4a2.zip |
Also removing zsync files in lb clean.
Diffstat (limited to 'scripts/build')
-rwxr-xr-x | scripts/build/lb_clean | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/build/lb_clean b/scripts/build/lb_clean index 7f5a07bc4..b2f88470f 100755 --- a/scripts/build/lb_clean +++ b/scripts/build/lb_clean @@ -98,6 +98,7 @@ do rm -f binary*.iso rm -f binary*.img rm -f binary*.tar.gz + rm -f binary*.zsync* rm -f binary.sh rm -f binary.contents binary.packages md5sum.txt |