Fix typo in variable name (LH_LINUX_FLAVOURS instead of LB_LINUX_FLAVOURS) in installer_debian-installer script, affecting the armel architecture (Closes: #770796).

This commit is contained in:
jnqnfe 2014-12-10 07:58:02 +01:00 committed by Daniel Baumann
parent 57dd8c6376
commit 0e9d949c3d
1 changed files with 1 additions and 1 deletions

View File

@ -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"