From 1f7f6dd88a36403c0bc877ee6c4a58f7acfc2034 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 10 Dec 2014 07:39:58 +0100 Subject: Cleaning up from python removal (LIVE_IMAGE_ARCHITECTURE). --- functions/architectures.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'functions/architectures.sh') diff --git a/functions/architectures.sh b/functions/architectures.sh index df145c147..4d253c2d4 100755 --- a/functions/architectures.sh +++ b/functions/architectures.sh @@ -15,7 +15,7 @@ Check_architectures () for ARCHITECTURE in ${ARCHITECTURES} do - if [ "$(echo ${LIVE_IMAGE_ARCHITECTURE} | grep ${ARCHITECTURE})" ] + if [ "$(echo ${LB_ARCHITECTURES} | grep ${ARCHITECTURE})" ] then VALID="true" break @@ -70,7 +70,7 @@ Check_crossarchitectures () ;; esac - if [ "${LIVE_IMAGE_ARCHITECTURE}" = "${LB_BOOTSTRAP_QEMU_ARCHITECTURES}" ] + if [ "${LB_ARCHITECTURES}" = "${LB_BOOTSTRAP_QEMU_ARCHITECTURES}" ] then if [ ! -e "${LB_BOOTSTRAP_QEMU_STATIC}" ] @@ -93,7 +93,7 @@ Check_crossarchitectures () Check_multiarchitectures () { - if [ "$(echo ${LIVE_IMAGE_ARCHITECTURE} | wc -w)" -gt "1" ] + if [ "$(echo ${LB_ARCHITECTURES} | wc -w)" -gt "1" ] then # First, only support multiarch on iso case "${LIVE_IMAGE_TYPE}" in -- cgit v1.2.3