Fix bug in LH_DEBIAN_INSTALLER_DISTRIBUTION = "daily" handling.
Was causing build failures as it was trying to download files from a "daily" component of a mirror. Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
This commit is contained in:
parent
6ed6f6a172
commit
14d1191d90
|
@ -250,6 +250,8 @@ fi
|
||||||
|
|
||||||
if [ "${LH_DEBIAN_INSTALLER_DISTRIBUTION}" = "daily" ]
|
if [ "${LH_DEBIAN_INSTALLER_DISTRIBUTION}" = "daily" ]
|
||||||
then
|
then
|
||||||
|
LH_DEBIAN_INSTALLER_DISTRIBUTION="sid"
|
||||||
|
|
||||||
# Debian Installer daily builds
|
# Debian Installer daily builds
|
||||||
case "${LH_ARCHITECTURE}" in
|
case "${LH_ARCHITECTURE}" in
|
||||||
alpha)
|
alpha)
|
||||||
|
|
Loading…
Reference in New Issue