Additionally save the 'scripts/' subdirectory if it contains files when building source images.
This commit is contained in:
parent
8d9860284d
commit
44fefdf1d3
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue