Changeset 17972 for release-kits/sork2


Ignore:
Timestamp:
2008-11-28T13:49:12+13:00 (15 years ago)
Author:
oranfry
Message:

file tweaks in sork2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/sork2/ant-scripts/build.xml

    r17970 r17972  
    2828        <antcall target="gsdl-set-version-numbers"><param name="gsdl.basedir" value="${basedir}/distributions/Greenstone-${version}-source"/></antcall>
    2929        <antcall target="gli-set-version-numbers"><param name="glibasedir" value="${basedir}/distributions/Greenstone-${version}-source/gli"/></antcall>
     30        <antcall target="insert-winbin"/>
    3031        <antcall target="tweak-files" />
    31         <antcall target="insert-winbin"/>
    3232        <antcall target="create-archives"/>
    3333    </target>
    3434
    3535    <target name="tweak-files">
    36         <rsr file="${basedir}/distributions/Greenstone-${version}-source/Install.sh" pattern="^(iscdrom=).*" replacement="$1&quot;no&quot;" />
     36        <!--<rsr file="distributions/Greenstone-${version}-source/Install.sh" pattern="^(iscdrom=).*" replacement="$1&quot;no&quot;" />-->
     37        <delete file="distributions/Greenstone-${version}-source/Install.sh" />
     38        <delete file="distributions/Greenstone-${version}-source/bin/linux/mgquery_old" />
    3739    </target>
    3840
Note: See TracChangeset for help on using the changeset viewer.