diff options
author | Daniel Baumann <daniel@debian.org> | 2012-06-04 21:40:39 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-06-04 21:40:39 +0200 |
commit | 67167af1daf8753c9684ea108e6599b4c2224943 (patch) | |
tree | d971c62b515cbbe2b8291ab5928de66f226d60b9 /examples/auto/clean | |
parent | 6e10198b6a069ea1e1f7d4ab342bbd53f81bb007 (diff) | |
download | vyos-live-build-67167af1daf8753c9684ea108e6599b4c2224943.tar.gz vyos-live-build-67167af1daf8753c9684ea108e6599b4c2224943.zip |
Updating auto example scripts.
Diffstat (limited to 'examples/auto/clean')
-rwxr-xr-x | examples/auto/clean | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/auto/clean b/examples/auto/clean index 436f52d9d..3e2403257 100755 --- a/examples/auto/clean +++ b/examples/auto/clean @@ -1,5 +1,6 @@ #!/bin/sh lb clean noauto "${@}" + rm -f config/binary config/bootstrap config/chroot config/common config/source -rm -f binary.log +rm -f build.log |