Ignore:
Timestamp:
2012-07-17T14:40:16+12:00 (12 years ago)
Author:
sjm84
Message:

Fixing a bug on OSX that would cause the installer to fail when the wv folder was missing

File:
1 edited

Legend:

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

    r25907 r25956  
    103103        <!-- /if -->
    104104        <!-- if mac -->
    105         <chmod dir="${installDir}/gs2build/bin/darwin" includes="*" perm="775"/>
    106         <chmod dir="${installDir}/gs2build/bin/darwin/wv/bin" includes="*" perm="775"/>
     105        <chmod dir="${installDir}/gs2build/bin/darwin" includes="**/*" excludes="ghostscript/** imagemagick/**" perm="775"/>
    107106        <!-- /if -->
    108107        <chmod dir="${installDir}/gs2build/bin/script" includes="**/*" perm="775"/>
Note: See TracChangeset for help on using the changeset viewer.