[openoffice.org/f14/master] fix ext. installation path

David Tardon dtardon at fedoraproject.org
Sat Nov 6 16:08:08 UTC 2010


commit e4c93cd96a069f7116a809b828e6365bf83e989e
Author: David Tardon <dtardon at redhat.com>
Date:   Sat Nov 6 17:07:59 2010 +0100

    fix ext. installation path

 openoffice.org.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/openoffice.org.spec b/openoffice.org.spec
index 9948aa8..b089af0 100644
--- a/openoffice.org.spec
+++ b/openoffice.org.spec
@@ -1770,7 +1770,7 @@ echo build end time is `date`, diskspace: `df -h . | tail -n 1`
 
 %define install_bundled_extension(n:) \
 %define extname %{-n:%{-n*}}%{!-n:%{error:No extension name given}} \
-%define extdir $RPM_BUILD_ROOT/%{baseinstdir}/share/extensions \
+%define extdir $RPM_BUILD_ROOT/%{oooinstdir}/share/extensions \
 %define solverbindir $SOLARVER/$INPATH/bin \
 mkdir %{extdir}/%{extname} \
 unzip -d %{extdir}/%{extname} %{solverbindir}/%{extname}.oxt


More information about the scm-commits mailing list