diff options
Diffstat (limited to 'scripts/build/bootstrap_copy')
-rwxr-xr-x | scripts/build/bootstrap_copy | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build/bootstrap_copy b/scripts/build/bootstrap_copy index 249b9c45a..35d1378f0 100755 --- a/scripts/build/bootstrap_copy +++ b/scripts/build/bootstrap_copy @@ -11,7 +11,7 @@ set -e # Including common functions -. "${LH_BASE:-/usr/share/live/build}"/scripts/build.sh +. "${LB_BASE:-/usr/share/live/build}"/scripts/build.sh # Setting static variables DESCRIPTION="$(Echo 'bootstrap by copying the host system')" @@ -24,7 +24,7 @@ Arguments "${@}" Read_conffiles config/all config/common config/bootstrap config/chroot config/binary config/source Set_defaults -if [ "${LH_BOOTSTRAP}" != "copy" ] +if [ "${LB_BOOTSTRAP}" != "copy" ] then exit 0 fi |