[SCM] debian-live branch, master, updated. 1.0_a47-1-10-gef26b6e

Chris Lamb chris at chris-lamb.co.uk
Fri Jun 13 14:57:03 UTC 2008


The following commit has been merged in the master branch:
commit 36035832fb6b281b141c27f480ccced945dcc303
Author: Chris Lamb <chris at chris-lamb.co.uk>
Date:   Fri Jun 13 15:52:16 2008 +0100

    Don't exclude live-installer when LH_DEBIAN_INSTALLER=live
    
    Signed-off-by: Chris Lamb <chris at chris-lamb.co.uk>

diff --git a/helpers/lh_binary_debian-installer b/helpers/lh_binary_debian-installer
index 1fb9114..e5d0bc1 100755
--- a/helpers/lh_binary_debian-installer
+++ b/helpers/lh_binary_debian-installer
@@ -392,6 +392,11 @@ then
 
 	for EXCLUDE in $(cat exclude)
 	do
+		if [ "${LH_DEBIAN_INSTALLER}" = "live" ] && [ "${EXCLUDE}" = "live-installer" ]
+		then
+			continue
+		fi
+
 		rm -f "${EXCLUDE}"_*.udeb
 	done
 

-- 
debian-live



More information about the debian-live-changes mailing list