]> git.pld-linux.org Git - packages/ant.git/commitdiff
- do not bootstrap when built without bootstra[ auto/ti/ant-1_7_1-4
authorpawelz <pawelz@pld-linux.org>
Sun, 1 Feb 2009 21:08:07 +0000 (21:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ant.spec -> 1.104

ant.spec

index 0c0e0e022c30ee63688e9e1c93debfdb1514b509..9051eb15b5b9677eafc12b2b2a7198280dcc1436 100644 (file)
--- a/ant.spec
+++ b/ant.spec
@@ -568,7 +568,11 @@ required_jars="jaxp_parser_impl"
 CLASSPATH=$(build-classpath $required_jars)
 export CLASSPATH
 
+%if %{with bootstrap}
 sh build.sh --noconfig main javadocs
+%else
+%ant main javadocs
+%endif
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.107708 seconds and 4 git commands to generate.