File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change 321321 <target name =" linux-dist" depends =" linux-build"
322322 description =" Build .tar.gz of linux version" >
323323
324- <get src =" http://dev.processing.org/build/jre-tools-6u18-linux-i586.tgz"
324+ <!-- get src="http://dev.processing.org/build/jre-tools-6u18-linux-i586.tgz"
325325 dest="linux/jre.tgz"
326326 usetimestamp="true" />
327327 <untar compression="gzip"
328328 dest="linux/work"
329329 src="linux/jre.tgz"
330- overwrite =" false" />
330+ overwrite="false"/-- >
331331
332332<!--
333333 <tar compression="gzip" basedir="linux/work"
334334 destfile="linux/arduino-${version}.tgz" />
335335-->
336336 <tar compression =" gzip" destfile =" linux/arduino-${ version } .tgz" >
337- <tarfileset dir =" linux/work" prefix =" arduino-${ version } " />
337+ <tarfileset dir =" linux/work"
338+ prefix =" arduino-${ version } "
339+ excludes =" arduino,
340+ hardware/tools/avrdude,
341+ java/**"
342+ />
343+ <tarfileset file =" linux/work/arduino" filemode =" 755" prefix =" arduino-${ version } " />
344+ <tarfileset file =" linux/work/hardware/tools/avrdude" filemode =" 755"
345+ prefix =" arduino-${ version } /hardware/tools" />
338346 </tar >
339347
340348 <echo >
You can’t perform that action at this time.
0 commit comments