diff options
Diffstat (limited to 'helpers/lh_source_debian-live')
-rwxr-xr-x | helpers/lh_source_debian-live | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/helpers/lh_source_debian-live b/helpers/lh_source_debian-live index 36638f6bd..488f913c9 100755 --- a/helpers/lh_source_debian-live +++ b/helpers/lh_source_debian-live @@ -57,6 +57,11 @@ fi mkdir -p source/debian-live cp -a config source/debian-live +if Find_files scripts/* +then + cp -a scripts source/debian-live +fi + # Create tarball cd source |