diff options
author | Daniel Baumann <daniel@debian.org> | 2012-12-10 20:35:50 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-12-10 20:35:50 +0100 |
commit | d4ba252197020ad87a0e8ba20bb50bc726d14799 (patch) | |
tree | ea40dce22af51165a15119b457c510a0d6626d72 /scripts | |
parent | 5830520ecbe23fe2817dc82d88e6f1a1004c0fe1 (diff) | |
download | vyos-live-build-d4ba252197020ad87a0e8ba20bb50bc726d14799.tar.gz vyos-live-build-d4ba252197020ad87a0e8ba20bb50bc726d14799.zip |
Removing local/bin by default in lb_clean too.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build/clean | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/build/clean b/scripts/build/clean index 2d1ad40ed..23667c06f 100755 --- a/scripts/build/clean +++ b/scripts/build/clean @@ -63,6 +63,8 @@ do "${0}" noauto --source rmdir --ignore-fail-on-non-empty auto > /dev/null 2>&1 || true + rmdir --ignore-fail-on-non-empty local/bin > /dev/null 2>&1 || true + rmdir --ignore-fail-on-non-empty local > /dev/null 2>&1 || true ;; --cache) |