From 0e9d949c3d9f2fffaabfa680f0100782bb442538 Mon Sep 17 00:00:00 2001 From: jnqnfe Date: Wed, 10 Dec 2014 07:58:02 +0100 Subject: [PATCH] Fix typo in variable name (LH_LINUX_FLAVOURS instead of LB_LINUX_FLAVOURS) in installer_debian-installer script, affecting the armel architecture (Closes: #770796). --- scripts/build/installer_debian-installer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build/installer_debian-installer b/scripts/build/installer_debian-installer index 945f5538e..5f6b3ca1d 100755 --- a/scripts/build/installer_debian-installer +++ b/scripts/build/installer_debian-installer @@ -109,7 +109,7 @@ esac # Set architecture-specific variables case "${LB_ARCHITECTURES}" in armel) - DEFAULT_FLAVOUR="$(echo ${LH_LINUX_FLAVOURS} | awk '{ print $1 }')" + DEFAULT_FLAVOUR="$(echo ${LB_LINUX_FLAVOURS} | awk '{ print $1 }')" case "${DI_IMAGE_TYPE}" in cdrom) DI_REMOTE_BASE="${DEFAULT_FLAVOUR}/cdrom"