diff options
-rwxr-xr-x | helpers/lh_binary_debian-installer | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/helpers/lh_binary_debian-installer b/helpers/lh_binary_debian-installer index 6d6cab9..35f5263 100755 --- a/helpers/lh_binary_debian-installer +++ b/helpers/lh_binary_debian-installer @@ -634,9 +634,9 @@ then fi # Including preseeding files - if Find_files config/binary_debian_installer/preseed*.cfg + if Find_files config/binary_debian_installer/*.cfg then - cp config/binary_debian-installer/preseed*.cfg binary/install + cp config/binary_debian-installer/*.cfg binary/install fi fi |