File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 569
569
<target name =" untar" depends =" untar-unzip-checksum" unless =" ${ archive_file } _installed" >
570
570
<echo >Unzipping into folder ${ dest_folder } </echo >
571
571
<exec executable =" tar" >
572
- <arg value =" xfz " />
572
+ <arg value =" xf " />
573
573
<arg value =" ${ archive_file } " />
574
574
<arg value =" --directory=${ dest_folder } " />
575
575
</exec >
617
617
<move file =" linux/work" tofile =" linux/arduino-${ version } " />
618
618
619
619
<exec executable =" tar" dir =" linux" >
620
- <arg value =" -z" />
621
620
<arg value =" -c" />
622
621
<arg value =" -f" />
623
622
<arg value =" arduino-${ version } -${ platform } .tgz" />
674
673
<get src =" http://switch.dl.sourceforge.net/project/launch4j/launch4j-3/3.0.2/launch4j-3.0.2-linux.tgz" dest =" windows" usetimestamp =" true" skipexisting =" true" verbose =" true" />
675
674
676
675
<exec executable =" tar" dir =" windows/launcher" >
677
- <arg value =" -xzf " />
676
+ <arg value =" -xf " />
678
677
<arg value =" ../launch4j-3.0.2-linux.tgz" />
679
678
</exec >
680
679
</target >
You can’t perform that action at this time.
0 commit comments