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 569569 <target name =" untar" depends =" untar-unzip-checksum" unless =" ${ archive_file } _installed" >
570570 <echo >Unzipping into folder ${ dest_folder } </echo >
571571 <exec executable =" tar" >
572- <arg value =" xfz " />
572+ <arg value =" xf " />
573573 <arg value =" ${ archive_file } " />
574574 <arg value =" --directory=${ dest_folder } " />
575575 </exec >
617617 <move file =" linux/work" tofile =" linux/arduino-${ version } " />
618618
619619 <exec executable =" tar" dir =" linux" >
620- <arg value =" -z" />
621620 <arg value =" -c" />
622621 <arg value =" -f" />
623622 <arg value =" arduino-${ version } -${ platform } .tgz" />
674673 <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" />
675674
676675 <exec executable =" tar" dir =" windows/launcher" >
677- <arg value =" -xzf " />
676+ <arg value =" -xf " />
678677 <arg value =" ../launch4j-3.0.2-linux.tgz" />
679678 </exec >
680679 </target >
You can’t perform that action at this time.
0 commit comments