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:
Chris Lamb 2008-08-10 07:02:33 +01:00 committed by Daniel Baumann
parent 28121b6662
commit 74ef06a44e
1 changed files with 2 additions and 0 deletions

View File

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