Ignore:
Timestamp:
2013-11-29T13:43:13+13:00 (10 years ago)
Author:
ak19
Message:

Add scripts to find java and run expeditee, make installer copy scripts to installation directory, and chmod them to be executable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/expeditee-release-kits/kits/rke/installer/build.xml

    r28717 r28721  
    9494        <echo>Setting Binaries to Executable</echo>
    9595        <chmod dir="${installDir}" includes="*.sh,*.bash" perm="775"/>
     96        <chmod dir="${installDir}/bin" includes="*" perm="755"/>
    9697        <!-- <chmod dir="${installDir}/bin" includes="*" perm="775"/>
    9798        <chmod dir="${installDir}/cgi-bin/${shell.name}" includes="*" perm="775"/>
Note: See TracChangeset for help on using the changeset viewer.