[packages/libreoffice] adjust jvm path to libreoffice expectations
atler
atler at pld-linux.org
Sat Mar 11 22:44:33 CET 2023
commit e317da8addf1259fc19e61b88034a4046553bf70
Author: Jan Palus <atler at pld-linux.org>
Date: Sat Mar 11 22:37:24 2023 +0100
adjust jvm path to libreoffice expectations
apparently it's a directory that holds "jvm" subdirectory, including
trailing slash
libreoffice.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/libreoffice.spec b/libreoffice.spec
index 35895fe..694a3a3 100644
--- a/libreoffice.spec
+++ b/libreoffice.spec
@@ -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
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libreoffice.git/commitdiff/f7139b9608c3481282abd77e16e6c52dcf5c9369
More information about the pld-cvs-commit
mailing list