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:
Chris Lamb 2008-08-10 07:02:33 +01:00
parent 6ed6f6a172
commit 14d1191d90
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)