]> git.pld-linux.org Git - packages/libreoffice.git/commitdiff
adjust jvm path to libreoffice expectations
authorJan Palus <atler@pld-linux.org>
Sat, 11 Mar 2023 21:37:24 +0000 (22:37 +0100)
committerJan Palus <atler@pld-linux.org>
Sat, 11 Mar 2023 21:37:24 +0000 (22:37 +0100)
apparently it's a directory that holds "jvm" subdirectory, including
trailing slash

libreoffice.spec

index 35895fef12fcbbeb3cd7a9ea571ce206b7710905..694a3a38c0dc126a66e698b4fd12a53db217182e 100644 (file)
@@ -3084,7 +3084,7 @@ export PATH=$PATH:%{_libdir}/interbase/bin
        --with-ant-home=$ANT_HOME \
        --with-java \
        --with-jdk-home=$JAVA_HOME \
-       --with-jvm-path=%{_jvmdir} \
+       --with-jvm-path=%{_libdir}/ \
 %else
        --without-java
 %endif
This page took 0.071632 seconds and 4 git commands to generate.