mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-17 22:23:10 +03:00
Eliminating temporary file when unzipping 64-bit Linux AVR toolchain.
http://code.google.com/p/arduino/issues/detail?id=841
This commit is contained in:
@ -367,10 +367,9 @@
|
||||
<chmod perm="755" file="linux/work/hardware/tools/avrdude" />
|
||||
|
||||
<!-- Unzip AVR tools -->
|
||||
<bunzip2 dest="linux" src="linux/avr_tools_linux64.tar.bz2" />
|
||||
<exec executable="tar" dir="linux/work/hardware">
|
||||
<arg value="-xf"/>
|
||||
<arg value="../../avr_tools_linux64.tar"/>
|
||||
<arg value="-xjf"/>
|
||||
<arg value="../../avr_tools_linux64.tar.bz2"/>
|
||||
</exec>
|
||||
</target>
|
||||
|
||||
|
Reference in New Issue
Block a user