Ignore:
Timestamp:
2012-04-20T16:21:18+12:00 (12 years ago)
Author:
ak19
Message:

On Linux, wvware didn't yet have executable permissions when installed via the GS3 binary.

File:
1 edited

Legend:

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

    r25385 r25447  
    100100        <!-- if linux -->
    101101        <chmod dir="${installDir}/gs2build/bin/linux" includes="*" perm="775"/>
     102        <chmod dir="${installDir}/gs2build/bin/linux/wv/bin" includes="*" perm="775"/>
    102103        <!-- /if -->
    103104        <!-- if mac -->
    104105        <chmod dir="${installDir}/gs2build/bin/darwin" includes="*" perm="775"/>
     106        <chmod dir="${installDir}/gs2build/bin/darwin/wv/bin" includes="*" perm="775"/>
    105107        <!-- /if -->
    106108        <chmod dir="${installDir}/gs2build/bin/script" includes="**/*" perm="775"/>
Note: See TracChangeset for help on using the changeset viewer.