Additionally save the 'scripts/' subdirectory if it contains files when building source images.

This commit is contained in:
Chris Lamb 2008-09-22 20:32:32 +01:00 committed by Daniel Baumann
parent 8d9860284d
commit 44fefdf1d3
1 changed files with 5 additions and 0 deletions

View File

@ -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