Use the -f option of xpf-rm

svn path=/nixpkgs/trunk/; revision=1311
This commit is contained in:
Martin Bravenboer 2004-08-22 19:40:26 +00:00
parent b3822af769
commit 1778c9fa02

@ -3,8 +3,7 @@
tar zxf $src || exit 1
cd jclasslib || exit 1
xpf-rm -i build.xml "//taskdef" > build.new
mv build.new build.xml
xpf-rm -f build.xml "//taskdef"
ant clean || exit 1
ant jar || exit 1