diff options
| author | Daniel Baumann <daniel@debian.org> | 2010-09-13 21:49:20 +0200 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2010-09-13 21:49:20 +0200 |
| commit | ac2c30e3792f5b7715c67dce3791ed59b41c72b9 (patch) | |
| tree | f3772fff4ac37ac11c25576995c64ef464f010f3 /scripts | |
| parent | 2df5d8b065fac78cad684c878a8b0ccdbff3edfe (diff) | |
| download | vyos-live-build-ac2c30e3792f5b7715c67dce3791ed59b41c72b9.tar.gz vyos-live-build-ac2c30e3792f5b7715c67dce3791ed59b41c72b9.zip | |
Updating auto/scripts handling.
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/build/lb_config | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/build/lb_config b/scripts/build/lb_config index afb6935d8..487d81cc3 100755 --- a/scripts/build/lb_config +++ b/scripts/build/lb_config @@ -1288,6 +1288,7 @@ LB_SOURCE_IMAGES="${LB_SOURCE_IMAGES}" EOF mkdir -p auto/functions +mkdir -p auto/scripts if [ "${CONFIG}" = "clone" ] # FIXME then @@ -1354,6 +1355,11 @@ then rmdir --ignore-fail-on-non-empty auto/functions fi + if [ -d auto/scripts] + then + rmdir --ignore-fail-on-non-empty auto/scripts + fi + if [ -d auto ] then rmdir --ignore-fail-on-non-empty auto |
