diff options
author | Daniel Baumann <daniel@debian.org> | 2013-04-09 05:54:30 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2013-04-09 05:54:30 +0200 |
commit | c4c9c02d9b8451231fa14843a23678cb2d88e185 (patch) | |
tree | 95004dc0bab5aef305f7d05b773de3037b06dd3f /scripts/build | |
parent | a979cdf16353c0fe10b6a99c39206e6595c9fefa (diff) | |
download | vyos-live-build-c4c9c02d9b8451231fa14843a23678cb2d88e185.tar.gz vyos-live-build-c4c9c02d9b8451231fa14843a23678cb2d88e185.zip |
Cleaning up installer file locations for progress-linux.
Diffstat (limited to 'scripts/build')
-rwxr-xr-x | scripts/build/binary_debian-installer | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/scripts/build/binary_debian-installer b/scripts/build/binary_debian-installer index 3f7af1ddf..463d70f43 100755 --- a/scripts/build/binary_debian-installer +++ b/scripts/build/binary_debian-installer @@ -908,6 +908,22 @@ then fi fi +case "${LB_MODE}" in + progress-linux) + mv binary/install binary/installer + + rm -f binary/debian + + for _DIRECTORY in dists pool project firmware + do + if [ -e "${_DIRECTORY}" ] + then + mv binary/"${_DIRECTORY}" binary/installer + fi + done + ;; +esac + # Saving cache Save_cache cache/packages.binary |