mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-21 15:54:39 +01:00
This commit is contained in:
parent
3099c4f2de
commit
01e91e204e
@ -64,7 +64,7 @@ else
|
|||||||
mkdir work/tools
|
mkdir work/tools
|
||||||
cp dist/avr_tools.zip .
|
cp dist/avr_tools.zip .
|
||||||
echo Extracting avr tools ...
|
echo Extracting avr tools ...
|
||||||
unzip -q -d work avr.zip
|
unzip -q -d work avr_tools.zip
|
||||||
rm -f avr_tools.zip
|
rm -f avr_tools.zip
|
||||||
cp dist/tools/*.* work/tools
|
cp dist/tools/*.* work/tools
|
||||||
cp dist/lib/makefile.win work/Makefile
|
cp dist/lib/makefile.win work/Makefile
|
||||||
@ -72,6 +72,15 @@ else
|
|||||||
cp ../../../core/*.* work/core
|
cp ../../../core/*.* work/core
|
||||||
cp dist/core/makefile.win work/core/Makefile
|
cp dist/core/makefile.win work/core/Makefile
|
||||||
|
|
||||||
|
# take care of the examples
|
||||||
|
mkdir work/examples
|
||||||
|
cd work/examples
|
||||||
|
cp ../shared/dist/examples.zip .
|
||||||
|
echo Extracting examples ...
|
||||||
|
unzip -q -d . examples.zip
|
||||||
|
rm -f examples.zip
|
||||||
|
cd ../..
|
||||||
|
|
||||||
# chmod +x the crew
|
# chmod +x the crew
|
||||||
find work -name "*.dll" -exec chmod +x {} ';'
|
find work -name "*.dll" -exec chmod +x {} ';'
|
||||||
find work -name "*.exe" -exec chmod +x {} ';'
|
find work -name "*.exe" -exec chmod +x {} ';'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user