From 36bddd25da6519e9d6effa254106e54de87bd711 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 21 May 2010 10:55:55 +0200 Subject: Renaming --chroot-build to --build-with-chroot. --- helpers/binary | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'helpers/binary') diff --git a/helpers/binary b/helpers/binary index 9b1518974..11a1781d5 100755 --- a/helpers/binary +++ b/helpers/binary @@ -29,7 +29,7 @@ Setup_cleanup # Preparing root filesystem lh binary_chroot ${*} -if [ "${LH_CHROOT_BUILD}" = "true" ] +if [ "${LH_BUILD_WITH_CHROOT}" = "true" ] then # Configuring chroot lh chroot_devpts install ${*} @@ -67,7 +67,7 @@ lh binary_local-includes ${*} lh binary_local-hooks ${*} lh binary_checksums ${*} -if [ "${LH_CHROOT_BUILD}" != "true" ] +if [ "${LH_BUILD_WITH_CHROOT}" != "true" ] then lh chroot_devpts install ${*} lh chroot_proc install ${*} @@ -82,7 +82,7 @@ lh binary_tar ${*} lh binary_usb ${*} lh binary_virtual-hdd ${*} -if [ "${LH_CHROOT_BUILD}" = "true" ] +if [ "${LH_BUILD_WITH_CHROOT}" = "true" ] then # Deconfiguring chroot rm -f .stage/chroot_sources -- cgit v1.2.3