From 14d1191d9057ad260de99de4ca06994cc64ab9e9 Mon Sep 17 00:00:00 2001 From: Chris Lamb Date: Sun, 10 Aug 2008 07:02:33 +0100 Subject: [PATCH] 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 --- helpers/lh_binary_debian-installer | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helpers/lh_binary_debian-installer b/helpers/lh_binary_debian-installer index 38195979d..1e44f0a1a 100755 --- a/helpers/lh_binary_debian-installer +++ b/helpers/lh_binary_debian-installer @@ -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)