Change tar compress options to work on Mac

This commit is contained in:
Ian Craggs 2014-05-16 15:08:31 +01:00
parent 279ac296ae
commit b5efe342de
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@
</then>
<else>
<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="about.html"/>
<arg value="notice.html"/>