Ignore:
Timestamp:
2014-09-17T15:16:40+12:00 (10 years ago)
Author:
ak19
Message:

Gems Mac shortcut was still not executable, despite yesterday's commit 29291. Other .app Mac shortcuts were made executable in the installer, so now doing the same for gems

File:
1 edited

Legend:

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

    r29285 r29294  
    158158        <chmod file="${installDir}/gli.app/Contents/MacOS/gli" perm="775"/>
    159159        <chmod file="${installDir}/client-gli.app/Contents/MacOS/client-gli" perm="775"/>
    160         <chmod file="${installDir}/gems.app" perm="775"/>
     160        <chmod file="${installDir}/gems.app/Contents/MacOS/gems" perm="775"/>
     161
     162        <!--<chmod dir="${installDir}" includes="*.app" perm="755"/>
     163        <chmod dir="${installDir}" includes="*.app/**/*" perm="755"/>-->
     164
    161165        <!-- /if -->
    162166
Note: See TracChangeset for help on using the changeset viewer.