summaryrefslogtreecommitdiff
path: root/scripts/build/lb_binary
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2011-06-15 20:48:53 +0200
committerDaniel Baumann <daniel@debian.org>2011-06-15 20:48:56 +0200
commit2cf5daeaefe9d089fb4ac047ca0e7eee34c68477 (patch)
treef11448a784b710fd60998f04322826aa54467e9d /scripts/build/lb_binary
parenta6988b188f24e16ed0a1b7c5ab9da58e9bfb5bc3 (diff)
downloadvyos-live-build-2cf5daeaefe9d089fb4ac047ca0e7eee34c68477.tar.gz
vyos-live-build-2cf5daeaefe9d089fb4ac047ca0e7eee34c68477.zip
Renaming chroot_sources script to chroot_archives for consistency with debian-policy terminology.
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 738363dd8..157d50694 100755
--- a/scripts/build/lb_binary
+++ b/scripts/build/lb_binary
@@ -50,7 +50,7 @@ then
lb chroot_sysv-rc install ${*}
lb chroot_upstart install ${*}
lb chroot_apt install-binary ${*}
- lb chroot_sources install ${*}
+ lb chroot_archives install ${*}
fi
# Building root filesystem
@@ -92,7 +92,7 @@ lb binary_virtual-hdd ${*}
if [ "${LB_BUILD_WITH_CHROOT}" = "true" ]
then
# Deconfiguring chroot
- rm -f .stage/chroot_sources
+ rm -f .stage/chroot_archives
lb chroot_apt remove ${*}
lb chroot_upstart remove ${*}
lb chroot_sysv-rc remove ${*}