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

Correction to previous commit: setting exec permissions on just those files that need it.

File:
1 edited

Legend:

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

    r27451 r27464  
    164164        <ant dir="${installDir}" antfile="build.xml" target="gen-mac-shortcuts" inheritAll="false" />
    165165        <!-- 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"/>
     166        <chmod file="${installDir}/gs3-server.app/Contents/MacOS/gs2-server" perm="775"/><!--called gs2-server, since the gs3-server.app is a copy of the one generated for gs2-->
     167        <chmod file="${installDir}/gli.app/Contents/MacOS/gli" perm="775"/>
     168        <chmod file="${installDir}/client-gli.app/Contents/MacOS/client-gli" perm="775"/>
     169        <chmod file="${installDir}/gems.app" perm="775"/>
    170170        <!-- /if -->
    171171
Note: See TracChangeset for help on using the changeset viewer.