From 51944c015f98cf25b3f8a51ccd35a8c77a674d27 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 5 Dec 2010 14:27:08 +0100 Subject: Renaming --architecture to --architectures in preparation for multi-arch. --- scripts/build/lb_bootstrap_debootstrap | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts/build/lb_bootstrap_debootstrap') diff --git a/scripts/build/lb_bootstrap_debootstrap b/scripts/build/lb_bootstrap_debootstrap index c25a7695d..7f3b9c7d6 100755 --- a/scripts/build/lb_bootstrap_debootstrap +++ b/scripts/build/lb_bootstrap_debootstrap @@ -30,7 +30,7 @@ then fi # Check architecture -Check_crossarchitecture +Check_crossarchitectures Echo_message "Begin bootstrapping system..." @@ -53,9 +53,9 @@ Create_lockfile .lock mkdir -p chroot # Setting debootstrap options -if [ -n "${LB_ARCHITECTURE}" ] +if [ -n "${LB_ARCHITECTURES}" ] then - DEBOOTSTRAP_OPTIONS="${DEBOOTSTRAP_OPTIONS} --arch=${LB_ARCHITECTURE}" + DEBOOTSTRAP_OPTIONS="${DEBOOTSTRAP_OPTIONS} --arch=${LB_ARCHITECTURES}" fi if [ "${LB_ARCHIVE_AREAS}" != "main" ] -- cgit v1.2.3