[SCM] live-build branch, debian-next, updated. debian/3.0_a11-1-26-g1109757

Daniel Baumann daniel at debian.org
Tue Feb 15 10:03:33 UTC 2011


The following commit has been merged in the debian-next branch:
commit e2891f88dbcb30fcea9cb0c788295f6dff749bd5
Author: Daniel Baumann <daniel at debian.org>
Date:   Tue Feb 15 10:33:05 2011 +0100

    Correcting typo in derivatives check when fetching d-i components.

diff --git a/scripts/build/lb_binary_debian-installer b/scripts/build/lb_binary_debian-installer
index 914f9a0..568a7fa 100755
--- a/scripts/build/lb_binary_debian-installer
+++ b/scripts/build/lb_binary_debian-installer
@@ -262,7 +262,7 @@ then
 			;;
 	esac
 else
-	if [ "${LB_DISTRIBUTION}" = "true" ]
+	if [ "${LB_DERIVATIVE}" = "true" ]
 	then
 		URL="${LB_MIRROR_DEBIAN_INSTALLER}/dists/${LB_DEBIAN_INSTALLER_DISTRIBUTION}/main/installer-${LB_ARCHITECTURES}/current/images/"
 	else

-- 
live-build



More information about the debian-live-changes mailing list