From: Debian LibreOffice Maintainers Date: Sat, 28 Sep 2024 13:36:47 +0000 (+0000) Subject: system-officeotron-and-odfvalidator X-Git-Tag: archive/raspbian/1%7.0.4-4+rpi1+deb11u11^2~56 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=83c9af72ab4bf6094b4c7ee4c0a6e8d2ac4201b2;p=libreoffice.git system-officeotron-and-odfvalidator Gbp-Pq: Name system-officeotron-and-odfvalidator.diff --- diff --git a/bin/odfvalidator.sh.in b/bin/odfvalidator.sh.in index 605e74731f2..4a0077e7290 100644 --- a/bin/odfvalidator.sh.in +++ b/bin/odfvalidator.sh.in @@ -1,2 +1,2 @@ #!/usr/bin/env bash -java -Djavax.xml.validation.SchemaFactory:http://relaxng.org/ns/structure/1.0=org.iso_relax.verifier.jaxp.validation.RELAXNGSchemaFactoryImpl -Dorg.iso_relax.verifier.VerifierFactoryLoader=com.sun.msv.verifier.jarv.FactoryLoaderImpl -jar @TARFILE_LOCATION@/@ODFVALIDATOR_JAR@ "$@" +java -Djavax.xml.validation.SchemaFactory:http://relaxng.org/ns/structure/1.0=org.iso_relax.verifier.jaxp.validation.RELAXNGSchemaFactoryImpl -Dorg.iso_relax.verifier.VerifierFactoryLoader=com.sun.msv.verifier.jarv.FactoryLoaderImpl -jar /usr/share/java/odfvalidator.jar "$@" diff --git a/bin/officeotron.sh.in b/bin/officeotron.sh.in index 7281f1bcd17..6eab5b5cdc6 100644 --- a/bin/officeotron.sh.in +++ b/bin/officeotron.sh.in @@ -1,2 +1,2 @@ #!/usr/bin/env bash -java -jar @TARFILE_LOCATION@/@OFFICEOTRON_JAR@ "$@" +java -jar /usr/share/java/officeotron.jar "$@"