diff options
author | Daniel Baumann <daniel@debian.org> | 2011-06-12 09:21:28 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-06-12 09:21:28 +0200 |
commit | f342cd85b8bd0ea30544c429752e0e5b1b09ef7a (patch) | |
tree | 7e69b73a4c056c95201d2410b66d581b869c2401 /scripts | |
parent | 5b4e20599dba34f7f26d829f9a79f2999097c029 (diff) | |
download | vyos-live-build-f342cd85b8bd0ea30544c429752e0e5b1b09ef7a.tar.gz vyos-live-build-f342cd85b8bd0ea30544c429752e0e5b1b09ef7a.zip |
Correct lb cleans source removals.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build/lb_clean | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/lb_clean b/scripts/build/lb_clean index bbf3e470d..23f2f7fbd 100755 --- a/scripts/build/lb_clean +++ b/scripts/build/lb_clean @@ -127,7 +127,7 @@ do rm -f source*.img rm -f source*.tar rm -f source*.tar.gz - rm -f source.list + rm -f source*.list rm -f source-selection.txt rm -rf source |