Ignore:
Timestamp:
2009-03-18T12:36:22+13:00 (15 years ago)
Author:
ak19
Message:

Some adjustments to the compile, create-distribution and build files to take into account the change to .cgi extension and the additions for gs2-server (GSI).

File:
1 edited

Legend:

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

    r18666 r18703  
    4343
    4444        <echo message="Installing Servers"/>
    45         <copy tofile="${installDir}/cgi-bin/oaiserver" file="${installDir}/bin/linux/oaiserver"/>
    46         <copy tofile="${installDir}/cgi-bin/library" file="${installDir}/bin/linux/library"/>
     45        <copy tofile="${installDir}/cgi-bin/oaiserver.cgi" file="${installDir}/bin/linux/oaiserver.cgi"/>
     46        <copy tofile="${installDir}/cgi-bin/library.cgi" file="${installDir}/bin/linux/library.cgi"/>
    4747
    4848        <echo>Setting Binaries to Executable</echo>
Note: See TracChangeset for help on using the changeset viewer.