Ignore:
Timestamp:
2011-01-14T09:39:50+13:00 (13 years ago)
Author:
sjm84
Message:

The demo collection will now build correctly on Mac, also the *.app folders are given execute permissions upon installation on Mac

File:
1 edited

Legend:

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

    r23575 r23578  
    166166        <rsr file="${installDir}/gems.app/Contents/document.wflow" pattern="\*\*GSDLHOME\*\*" replacement="${installDir}"/>
    167167        <rsr file="${installDir}/client-gli.app/Contents/document.wflow" pattern="\*\*GSDLHOME\*\*" replacement="${installDir}"/>
     168
     169        <chmod dir="${installDir}" includes="*.app" perm="755"/>
     170        <chmod dir="${installDir}" includes="*.app/**/*" perm="755"/>
    168171        <!-- /if -->
    169172    </target>
Note: See TracChangeset for help on using the changeset viewer.