[writer2latex/f17] Resolves: rhbz#914578 FTBFS, basis-link is gone again (cherry picked from commit bd28408fc7c2506ded4

sbergmann sbergmann at fedoraproject.org
Fri Feb 22 16:15:11 UTC 2013


commit 77a0559cfd4dacd10e9ee28ef38e2163fd9adc41
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
    (cherry picked from commit bd28408fc7c2506ded47cb33bac4119a88791166)

 writer2latex.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/writer2latex.spec b/writer2latex.spec
index ca33f28..14cb5cf 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