[writer2latex] Resolves: rhbz#914578 FTBFS, basis-link is gone again

sbergmann sbergmann at fedoraproject.org
Fri Feb 22 16:04:33 UTC 2013


commit bd28408fc7c2506ded47cb33bac4119a88791166
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri Feb 22 15:41:44 2013 +0100

    Resolves: rhbz#914578 FTBFS, basis-link is gone again

 writer2latex.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/writer2latex.spec b/writer2latex.spec
index 7d049ea..d800678 100644
--- a/writer2latex.spec
+++ b/writer2latex.spec
@@ -67,7 +67,7 @@ XHTML export filters.
 %prep
 %setup -q -n %{version}
 %patch0 -p1 -b .rh.patch
-sed -i -e 's#name="OFFICE_CLASSES" location="/usr/share/java/openoffice"#name="OFFICE_CLASSES" location="%{_libdir}/libreoffice/basis-link/program/classes"#' build.xml
+sed -i -e 's#name="OFFICE_CLASSES" location="/usr/share/java/openoffice"#name="OFFICE_CLASSES" location="%{_libdir}/libreoffice/program/classes"#' build.xml
 sed -i -e 's#name="URE_CLASSES" location="/usr/share/java/openoffice"#name="URE_CLASSES" location="%{_libdir}/libreoffice/ure/share/java"#' build.xml
 
 %build


More information about the scm-commits mailing list