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.
This commit is contained in:
parent
28121b6662
commit
74ef06a44e
|
@ -250,6 +250,8 @@ fi
|
|||
|
||||
if [ "${LH_DEBIAN_INSTALLER_DISTRIBUTION}" = "daily" ]
|
||||
then
|
||||
LH_DEBIAN_INSTALLER_DISTRIBUTION="sid"
|
||||
|
||||
# Debian Installer daily builds
|
||||
case "${LH_ARCHITECTURE}" in
|
||||
alpha)
|
||||
|
|
Loading…
Reference in New Issue