[SCM] debian-live branch, master, updated. 1.0_a48-1-92-g1212aaf

Chris Lamb chris at chris-lamb.co.uk
Sat Aug 16 09:24:48 UTC 2008


The following commit has been merged in the master branch:
commit 1212aafb8a7f83549e0cc6e04a47ef40ef01f6a6
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