Commit b5efe342 authored by Ian Craggs's avatar Ian Craggs

Change tar compress options to work on Mac

parent 279ac296
...@@ -215,7 +215,7 @@ ...@@ -215,7 +215,7 @@
</then> </then>
<else> <else>
<exec executable="tar" failonerror="true" dir="${output.folder}"> <exec executable="tar" failonerror="true" dir="${output.folder}">
<arg value="acf"/> <arg value="czf"/>
<arg value="eclipse-paho-mqtt-c-${os.family}-incubation-${release.version}.tar.gz"/> <arg value="eclipse-paho-mqtt-c-${os.family}-incubation-${release.version}.tar.gz"/>
<arg value="about.html"/> <arg value="about.html"/>
<arg value="notice.html"/> <arg value="notice.html"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment