summaryrefslogtreecommitdiff
path: root/scripts/build/lb_binary
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2012-06-03 22:42:41 +0200
committerDaniel Baumann <daniel@debian.org>2012-06-03 22:42:41 +0200
commitaa0c0fb107cf821ca5b85e0f8156442eaa9c3dd7 (patch)
treec71319a6411ac789246176d6d4056bf6b9013e1a /scripts/build/lb_binary
parent4c903bab69b24f2a79cafc262273229a1b108044 (diff)
downloadvyos-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-xscripts/build/lb_binary4
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 ${*}