Ignore:
Timestamp:
2008-10-01T16:49:25+13:00 (16 years ago)
Author:
oranfry
Message:

changes to the way binaries are stored in the cgi-bin and bin/(os) directories

File:
1 edited

Legend:

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

    r17396 r17437  
    3838        <unzip src="${basedir}/core.comp" dest="${installDir}"/>
    3939        <delete file="core.comp"/>
     40
     41        <echo message="Installing Servers"/>
     42        <copy tofile="${installDir}/cgi-bin/oaiserver" file="${installDir}/bin/linux/oaiserver"/>
     43        <copy tofile="${installDir}/cgi-bin/library" file="${installDir}/bin/linux/library"/>
     44
    4045
    4146        <echo>Setting Binaries to Executable</echo>
Note: See TracChangeset for help on using the changeset viewer.