Skip to content

Commit c1cca1f

Browse files
author
Federico Fissore
committed
build.xml: restored -z flag in tar creation
1 parent d1714a9 commit c1cca1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/build.xml

+1
Original file line numberDiff line numberDiff line change
@@ -617,6 +617,7 @@
617617
<move file="linux/work" tofile="linux/arduino-${version}" />
618618

619619
<exec executable="tar" dir="linux">
620+
<arg value="-z"/>
620621
<arg value="-c"/>
621622
<arg value="-f"/>
622623
<arg value="arduino-${version}-${platform}.tgz"/>

0 commit comments

Comments
 (0)