[SCM] debian-live branch, master, updated. 1.0_a48-1-98-gea96223

Daniel Baumann daniel at debian.org
Sat Aug 23 22:49:31 UTC 2008


The following commit has been merged in the master branch:
commit 7e6af7e2971b2b612612f25dfdf017afc65c2ff1
Author: Chris Lamb <chris at chris-lamb.co.uk>
Date:   Sat Aug 16 10:12:27 2008 +0100

    Correct bogus path for d-i preseed files.

diff --git a/helpers/lh_binary_debian-installer b/helpers/lh_binary_debian-installer
index 8a26be2..8c8240c 100755
--- a/helpers/lh_binary_debian-installer
+++ b/helpers/lh_binary_debian-installer
@@ -634,7 +634,7 @@ then
 	fi
 
 	# Including preseeding files
-	if Find_files config/binary_debian_installer/*.cfg
+	if Find_files config/binary_debian-installer/*.cfg
 	then
 		cp config/binary_debian-installer/*.cfg binary/install
 	fi

-- 
debian-live



More information about the debian-live-changes mailing list