Changeset 18010 for release-kits


Ignore:
Timestamp:
2008-12-02T17:23:53+13:00 (15 years ago)
Author:
oranfry
Message:

generalised the create-binary-zip-linux target to work on mac

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/shared/greenstone2/ant-scripts/rk2-targets.xml

    r18008 r18010  
    4141        <property name="binzip.dir" value="distributions/Greenstone-${version}-${os.suffix}-binary"/>
    4242        <exec dir="${basedir}" executable="cp"><arg line="-r distributions/web ${binzip.dir}"/></exec>
    43         <exec dir="${basedir}" executable="cp"><arg line="${binzip.dir}/bin/linux/library distributions/Greenstone-${version}-${os.suffix}-binary/cgi-bin"/></exec>
    44         <exec dir="${basedir}" executable="cp"><arg line="${binzip.dir}/bin/linux/oaiserver distributions/Greenstone-${version}-${os.suffix}-binary/cgi-bin"/></exec>
     43        <exec dir="${basedir}" executable="cp"><arg line="${binzip.dir}/bin/${shell.os}/library distributions/Greenstone-${version}-${os.suffix}-binary/cgi-bin"/></exec>
     44        <exec dir="${basedir}" executable="cp"><arg line="${binzip.dir}/bin/${shell.os}/oaiserver distributions/Greenstone-${version}-${os.suffix}-binary/cgi-bin"/></exec>
    4545
    4646        <!-- delete sourcecode -->
Note: See TracChangeset for help on using the changeset viewer.