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/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>
Note: See TracChangeset for help on using the changeset viewer.