Ignore:
Timestamp:
2009-04-15T15:32:31+12:00 (15 years ago)
Author:
oranfry
Message:

correct the perl shebang as part of the remote greenstone setup

File:
1 edited

Legend:

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

    r18870 r18976  
    8686            comment="Dummy 'demo' user with password 'demo' for authen-e collection"/>
    8787
     88        <echo>Correcting perl shebangs in perl scripts</echo>
     89        <property name="perl.executable" value="${installDir.local}\bin\windows\perl\perl.exe"/>
     90        <rsr file="${installDir}/cgi-bin/gliserver.pl" pattern="^#!.*" replacement="#!${perl.executable} -w" lines="1"/>
     91       
    8892        <echo message="Creating installation properties file"/>
    8993        <echo file="${installDir}\etc\installation.properties">installed.startmenu.path:${startmenu.path.unix}</echo>
Note: See TracChangeset for help on using the changeset viewer.