Ignore:
Timestamp:
2010-01-27T13:11:36+13:00 (14 years ago)
Author:
oranfry
Message:

fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/release-kits/shared/core/ant-scripts/wrap.xml

    r21634 r21658  
    6969        <else><if><bool><equals arg1="${rk.os}" arg2="linux"/></bool>
    7070            <!-- create the build directory -->
    71             <mkdir dir="wrapped-installer/build"/>
     71            <mkdir dir="wrapped-installer"/>
    7272
    7373            <!-- copy the source into place -->
    74             <copy todir="wrapped-installer/build" overwrite="true">
     74            <copy todir="wrapped-installer" overwrite="true">
    7575                <fileset file="${rk.home}/shared/linux/wrapper.cpp"/>
    7676                <fileset dir="${rk.home}/shared/core/search4j" includes="libsearch4j.cpp,libsearch4j.h"/>
     
    7878
    7979            <!-- copy bundled files into place -->
    80             <copy todir="wrapped-installer/build" file="${rk.home}/shared/linux/${linux-java.installer}"/>
    81             <copy tofile="wrapped-installer/build/greenstone.jar" file="installer/Greenstone-${version}-${os.suffix}.jar"/>
     80            <copy todir="wrapped-installer" file="${rk.home}/shared/linux/${linux-java.installer}"/>
     81            <copy tofile="wrapped-installer/greenstone.jar" file="installer/Greenstone-${version}-${os.suffix}.jar"/>
    8282
    8383            <!-- substitute in real values -->
Note: See TracChangeset for help on using the changeset viewer.