File tree 1 file changed +11
-8
lines changed
1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change 341
341
<antcall target =" assemble" >
342
342
<param name =" target.path" value =" linux/work" />
343
343
</antcall >
344
- </target >
345
344
346
- <target name =" linux32-build" depends =" linux-build" description =" Build linux (32-bit) version" >
345
+ <copy todir =" linux/work" file =" linux/dist/arduino" />
346
+ <chmod perm =" 755" file =" linux/work/arduino" />
347
+
347
348
<copy todir =" linux/work/hardware" >
348
349
<fileset dir =" linux/dist" includes =" tools/**" />
349
350
</copy >
350
351
351
352
<chmod perm =" 755" file =" linux/work/hardware/tools/avrdude" />
353
+ </target >
352
354
353
- <copy todir =" linux/work" file =" linux/dist/arduino" />
354
- <chmod perm =" 755" file =" linux/work/arduino" />
355
-
355
+ <target name =" linux32-build" depends =" linux-build" description =" Build linux (32-bit) version" >
356
356
<!-- Unzip AVR tools -->
357
357
<bunzip2 dest =" linux" src =" linux/avr_tools_linux32.tar.bz2" />
358
358
<exec executable =" tar" dir =" linux/work/hardware" >
362
362
</target >
363
363
364
364
<target name =" linux64-build" depends =" linux-build" description =" Build linux (64-bit) version" >
365
- <copy tofile =" linux/work/hardware/tools/avrdude" file =" linux/dist/tools/avrdude64" />
366
- <copy tofile =" linux/work/lib/librxtxSerial.so" file =" linux/dist/lib/librxtxSerial64.so" />
365
+ <copy tofile =" linux/work/hardware/tools/avrdude" file =" linux/dist/tools/avrdude64" overwrite =" true" />
366
+ <copy tofile =" linux/work/lib/librxtxSerial.so" file =" linux/dist/lib/librxtxSerial64.so" overwrite =" true" />
367
+
368
+ <chmod perm =" 755" file =" linux/work/hardware/tools/avrdude" />
369
+
367
370
<!-- Unzip AVR tools -->
368
371
<bunzip2 dest =" linux" src =" linux/avr_tools_linux64.tar.bz2" />
369
372
<exec executable =" tar" dir =" linux/work/hardware" >
370
- <arg value =" -xvf " />
373
+ <arg value =" -xf " />
371
374
<arg value =" ../../avr_tools_linux64.tar" />
372
375
</exec >
373
376
</target >
You can’t perform that action at this time.
0 commit comments