Changeset 27451 for main


Ignore:
Timestamp:
2013-05-24T15:36:55+12:00 (11 years ago)
Author:
ak19
Message:

Need to set exec permissions on the mac app shortcuts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/release-kits/kits/rk3/installer/build.xml

    r27391 r27451  
    162162        <!-- if mac -->
    163163        <echo>Installing Mac Shortcuts</echo>
    164         <ant dir="${installDir}" antfile="build.xml" target="gen-mac-shortcuts" inheritAll="false" />   
     164        <ant dir="${installDir}" antfile="build.xml" target="gen-mac-shortcuts" inheritAll="false" />
     165        <!-- need to give executable permissions to the Mac shortcuts -->
     166        <chmod dir="${installDir}/gs3-server.app" includes="*" perm="775"/>
     167        <chmod dir="${installDir}/gli.app" includes="*" perm="775"/>
     168        <chmod dir="${installDir}/client-gli.app" includes="*" perm="775"/>
     169        <chmod dir="${installDir}/gems.app" includes="*" perm="775"/>
    165170        <!-- /if -->
    166171
Note: See TracChangeset for help on using the changeset viewer.