]> git.pld-linux.org Git - packages/libreoffice.git/commitdiff
- Fixed ANT_HOME, at least for our ant-1.7.0.
authorqrczak <qrczak@pld-linux.org>
Wed, 7 Mar 2007 23:30:45 +0000 (23:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libreoffice.spec -> 1.718

libreoffice.spec

index 1ce9d9921f1add13ac2216faa8add794b3efbe9f..7e0002cd2c2b970fb8eb512e08ee25e298ac5f5b 100644 (file)
@@ -2080,9 +2080,9 @@ export QTINC="%{_includedir}/qt"
 export QTLIB="%{_libdir}"
 
 %if %{with java}
-export JAVA_HOME=%{java_home}
+export JAVA_HOME="%{java_home}"
 export DB_JAR="%{_javadir}/db.jar"
-export ANT_HOME=%{_prefix}
+export ANT_HOME="%{_datadir}/ant"
 %endif
 
 export DEFAULT_TO_ENGLISH_FOR_PACKING=1
@@ -2163,6 +2163,7 @@ CONFOPTS="\
 %if %{with java}
        --with-java \
        --with-jdk-home=$JAVA_HOME \
+       --with-ant-home=$ANT_HOME \
 %else
        --without-java \
        --with-system-libxslt \
This page took 0.0577 seconds and 4 git commands to generate.