summaryrefslogtreecommitdiff
path: root/helpers/lh_binary_debian-installer
diff options
context:
space:
mode:
authorChris Lamb <chris@chris-lamb.co.uk>2008-08-10 07:02:33 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:03:38 +0100
commit74ef06a44e5a25e84768444ded41352e90d130fe (patch)
treea7cf76404cadb2122d394f7b9c49067cc462dc2b /helpers/lh_binary_debian-installer
parent28121b66620d0d4ef599e325e18cdcdb01a2947f (diff)
downloadlive-build-74ef06a44e5a25e84768444ded41352e90d130fe.zip
live-build-74ef06a44e5a25e84768444ded41352e90d130fe.tar.gz
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.
Diffstat (limited to 'helpers/lh_binary_debian-installer')
-rwxr-xr-xhelpers/lh_binary_debian-installer2
1 files changed, 2 insertions, 0 deletions
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)