diff options
author | Daniel Baumann <daniel@debian.org> | 2012-06-03 22:42:41 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-06-03 22:42:41 +0200 |
commit | aa0c0fb107cf821ca5b85e0f8156442eaa9c3dd7 (patch) | |
tree | c71319a6411ac789246176d6d4056bf6b9013e1a /scripts/build/lb_binary | |
parent | 4c903bab69b24f2a79cafc262273229a1b108044 (diff) | |
download | vyos-live-build-aa0c0fb107cf821ca5b85e0f8156442eaa9c3dd7.tar.gz vyos-live-build-aa0c0fb107cf821ca5b85e0f8156442eaa9c3dd7.zip |
Renaming internal .stage to .build for consistency within the configuration tree.
Diffstat (limited to 'scripts/build/lb_binary')
-rwxr-xr-x | scripts/build/lb_binary | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build/lb_binary b/scripts/build/lb_binary index 9c46fdac3..4a4f76b9e 100755 --- a/scripts/build/lb_binary +++ b/scripts/build/lb_binary @@ -14,7 +14,7 @@ set -e . "${LB_BASE:-/usr/share/live/build}"/scripts/build.sh # Automatically populating config tree -if [ -x auto/config ] && [ ! -e .stage/config ] +if [ -x auto/config ] && [ ! -e .build/config ] then Echo_message "Automatically populating config tree." lb config @@ -92,7 +92,7 @@ lb binary_virtual-hdd ${*} if [ "${LB_BUILD_WITH_CHROOT}" = "true" ] then # Deconfiguring chroot - rm -f .stage/chroot_archives + rm -f .build/chroot_archives lb chroot_apt remove ${*} lb chroot_hostname remove ${*} lb chroot_resolv remove ${*} |