diff options
author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-08-16 10:12:27 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:40 +0100 |
commit | 6018c34edac63e6fba014f34de73bf1a81de45e4 (patch) | |
tree | 44e65c3c8b354141771d22cbcf4c4b0c1569e9f6 /helpers | |
parent | 59e050290ddac2c23c7054496f94b5e1a91d3181 (diff) | |
download | live-build-6018c34edac63e6fba014f34de73bf1a81de45e4.zip live-build-6018c34edac63e6fba014f34de73bf1a81de45e4.tar.gz |
Correct bogus path for d-i preseed files.
Diffstat (limited to 'helpers')
-rwxr-xr-x | helpers/lh_binary_debian-installer | 2 |
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 |