From 6018c34edac63e6fba014f34de73bf1a81de45e4 Mon Sep 17 00:00:00 2001
From: Chris Lamb <chris@chris-lamb.co.uk>
Date: Sat, 16 Aug 2008 10:12:27 +0100
Subject: Correct bogus path for d-i preseed files.

---
 helpers/lh_binary_debian-installer | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
cgit v1.0