Changeset 20772 for release-kits


Ignore:
Timestamp:
2009-10-05T15:01:09+13:00 (15 years ago)
Author:
oranfry
Message:

correction to the windows perl shebang

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/shared/greenstone2/installer/build.xml

    r20401 r20772  
    130130        <!-- / if -->
    131131        <!-- if windows -->
    132         <property name="perl.executable" value="${installDir.local}\bin\windows\perl\perl.exe"/>
     132        <property name="perl.executable" value="${installDir.local}\bin\windows\perl\bin\perl.exe"/>
    133133        <rsr file="${installDir}/cgi-bin/gliserver.pl" pattern="^#!.*" replacement="#!${perl.executable} -w" lines="1"/>
    134134        <!-- /if -->
Note: See TracChangeset for help on using the changeset viewer.