Ignore:
Timestamp:
2014-09-18T15:27:59+12:00 (10 years ago)
Author:
ak19
Message:

Changemod to give exec permissions to the files in the GS3/bin/OS folder should be done during the installer phase not in ant-scripts/compile.xml

File:
1 edited

Legend:

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

    r29296 r29313  
    102102        <chmod dir="${installDir}/gs2build/bin/linux" includes="*" perm="775"/>
    103103        <chmod dir="${installDir}/gs2build/bin/linux/wv/bin" includes="*" perm="775"/>
     104        <chmod dir="${installDir}/bin/linux" includes="*" perm="775"/>
    104105        <!-- /if -->
    105106        <!-- if mac -->
    106107        <chmod dir="${installDir}/gs2build/bin/darwin" includes="**/*" excludes="ghostscript/** imagemagick/**" perm="775"/>
     108        <chmod dir="${installDir}/bin/darwin" includes="*" perm="775"/>
    107109        <!-- /if -->
    108110        <chmod dir="${installDir}/gs2build/bin/script" includes="**/*" perm="775"/>
Note: See TracChangeset for help on using the changeset viewer.