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

Location:
main/trunk/release-kits/kits/rk3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/release-kits/kits/rk3/ant-scripts/compile.xml

    r29303 r29313  
    183183                <delete dir="compiled/bin/windows"/>
    184184                <delete dir="compiled/bin/linux"/>
    185                 <chmod dir="compiled/bin/darwin" includes="*" perm="775"/>
    186185            <else><if><bool><equals arg1="${rk.os}" arg2="linux"/></bool>
    187186                <delete dir="compiled/bin/windows"/>
    188187                <delete dir="compiled/bin/darwin"/>
    189                 <chmod dir="compiled/bin/linux" includes="*" perm="775"/>
    190188            </if></else>
    191189            </if></else>
  • 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.