Changeset 17437 for release-kits/lirk2


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

Location:
release-kits/lirk2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • release-kits/lirk2/ant-scripts/compile.xml

    r17422 r17437  
    9191
    9292    <target name="copy-library-oai">
    93         <exec executable="cp"><arg line="${basedir}/gsdl/cgi-bin/library ${basedir}/gsdl/bin/linux/library"/></exec>
    94         <exec executable="cp"><arg line="${basedir}/gsdl/cgi-bin/oaiserver ${basedir}/gsdl/bin/linux/oaiserver"/></exec>
     93        <exec executable="mv"><arg line="${basedir}/gsdl/cgi-bin/library ${basedir}/gsdl/bin/linux/library"/></exec>
     94        <exec executable="mv"><arg line="${basedir}/gsdl/cgi-bin/oaiserver ${basedir}/gsdl/bin/linux/oaiserver"/></exec>
    9595    </target>
    9696
  • 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.