diff options
Diffstat (limited to 'helpers/lh_source_debian-live')
-rwxr-xr-x | helpers/lh_source_debian-live | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/helpers/lh_source_debian-live b/helpers/lh_source_debian-live index 391f75e..10ba580 100755 --- a/helpers/lh_source_debian-live +++ b/helpers/lh_source_debian-live @@ -52,9 +52,9 @@ fi mkdir -p source/debian-live cp -a config source/debian-live -if Find_files scripts/* +if Find_files auto/* then - cp -a scripts source/debian-live + cp -a auto source/debian-live fi # Create tarball |