[ROSBE-UNIX] Create the no longer existing "tools" directory in makepackage.sh.

This commit is contained in:
Colin Finck 2020-05-25 20:09:44 +02:00
parent 0db6c2d5a8
commit 24811288ad
No known key found for this signature in database
GPG Key ID: 1BA74E70456BA1A9

View File

@ -92,6 +92,7 @@ find "$full_package_name" -type f -name "SVN-Readme.txt" -exec rm {} ";"
rm "$full_package_name/README.odt"
# Copy the shared tools
mkdir -p "$full_package_name/tools"
for tool in $tools; do
echo "Copying $tool.c..."
cp "../Tools/$tool.c" "$full_package_name/tools/$tool.c"