mirror of
https://github.com/reactos/RosBE.git
synced 2024-11-26 21:00:28 +00:00
[ROSBE-UNIX] Create the no longer existing "tools" directory in makepackage.sh.
This commit is contained in:
parent
0db6c2d5a8
commit
24811288ad
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user