From 74ef06a44e5a25e84768444ded41352e90d130fe Mon Sep 17 00:00:00 2001
From: Chris Lamb <chris@chris-lamb.co.uk>
Date: Sun, 10 Aug 2008 07:02:33 +0100
Subject: 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.
---
 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 3819597..1e44f0a 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)
-- 
cgit v1.0