summaryrefslogtreecommitdiff
path: root/helpers/lh_binary_debian-installer
diff options
context:
space:
mode:
authorChris Lamb <chris@chris-lamb.co.uk>2008-08-16 10:12:27 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:03:40 +0100
commit6018c34edac63e6fba014f34de73bf1a81de45e4 (patch)
tree44e65c3c8b354141771d22cbcf4c4b0c1569e9f6 /helpers/lh_binary_debian-installer
parent59e050290ddac2c23c7054496f94b5e1a91d3181 (diff)
downloadlive-build-6018c34edac63e6fba014f34de73bf1a81de45e4.zip
live-build-6018c34edac63e6fba014f34de73bf1a81de45e4.tar.gz
Correct bogus path for d-i preseed files.
Diffstat (limited to 'helpers/lh_binary_debian-installer')
-rwxr-xr-xhelpers/lh_binary_debian-installer2
1 files changed, 1 insertions, 1 deletions
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