Fix update_dependencies.xml on mac

This commit is contained in:
Andrey Breslav
2014-07-02 18:53:07 +04:00
parent 09e8d0dd66
commit 3042846a20
+1 -1
View File
@@ -308,7 +308,7 @@
<matches pattern=".+\.mac\.zip" string="@{build.zip}"/> <matches pattern=".+\.mac\.zip" string="@{build.zip}"/>
<then> <then>
<unzip src="dependencies/download/@{build.zip}" dest="ideaSDK"> <unzip src="dependencies/download/@{build.zip}" dest="ideaSDK">
<cutdirsmapper dirs="1"/> <cutdirsmapper dirs="2"/>
</unzip> </unzip>
<!-- Java can't manipulate permissions --> <!-- Java can't manipulate permissions -->
<exec executable="chmod"> <exec executable="chmod">