diff options
author | Daniel Baumann <daniel@debian.org> | 2008-11-21 18:17:53 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:45 +0100 |
commit | c4c64bc0f8e6e4d640918670ad1b2616aef4745b (patch) | |
tree | f804ce36851711d361bc84bb051ad321962d9f1c /helpers | |
parent | 50c3576e0bbb8793b2b144c5da9d7bf96089f4be (diff) | |
download | vyos-live-build-c4c64bc0f8e6e4d640918670ad1b2616aef4745b.tar.gz vyos-live-build-c4c64bc0f8e6e4d640918670ad1b2616aef4745b.zip |
Removing scripts directory through lh_clean, if it's not empty.
Diffstat (limited to 'helpers')
-rwxr-xr-x | helpers/lh_clean | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/helpers/lh_clean b/helpers/lh_clean index 6e02f634c..e037ea87c 100755 --- a/helpers/lh_clean +++ b/helpers/lh_clean @@ -52,6 +52,7 @@ do "${0}" --binary "${0}" --stage "${0}" --source + rmdir --ignore-fail-on-non-empty scripts ;; --cache) |