Ignore:
Timestamp:
2014-09-23T20:17:36+12:00 (10 years ago)
Author:
ak19
Message:

Make the cgi folder (containing gliserver.pl and other pl files) executable. The GS286 binary's cgi-bin folder similarly had executable permissions on its pl files.

File:
1 edited

Legend:

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

    r29313 r29331  
    9999        <chmod dir="${installDir}/bin" includes="*" perm="775"/>
    100100        <chmod dir="${installDir}/ext/solr/bin/script" includes="*" perm="775"/>
     101        <chmod dir="${installDir}/web/WEB-INF/cgi/" includes="*.pl" perm="775"/>
    101102        <!-- if linux -->
    102103        <chmod dir="${installDir}/gs2build/bin/linux" includes="*" perm="775"/>
Note: See TracChangeset for help on using the changeset viewer.