1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-01 12:24:14 +01:00

Fixed reference folder permission on unix #4273

This commit is contained in:
NicoHood 2016-08-28 14:44:49 +02:00
parent e3177a5ed8
commit c530558009

View File

@ -196,6 +196,10 @@
<param name="dest_folder" value="${target.path}/reference/" />
</antcall>
<!-- Fix wrong permissions from zip file root folder -->
<chmod perm="755" dir="${target.path}/reference/Galileo_help_files" />
<chmod perm="755" dir="${target.path}/reference/Edison_help_files" />
<!-- Write the revision file! -->
<echo file="${target.path}/lib/version.txt" message="${version}" />