[Libreoffice-commits] .: sysui/desktop

Petr Mladek pmladek at kemper.freedesktop.org
Tue Mar 22 06:58:51 PDT 2011


 sysui/desktop/share/create_tree.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7d1c989c2118aa8691ec87d8c2fc06e029b6e89b
Author: Petr Mladek <pmladek at suse.cz>
Date:   Tue Mar 22 14:56:44 2011 +0100

    fix desktop integration build with BrOffice brand enabled
    
    do not hardcode libreoffice wrapper name; the compat libreoffice
    symlink is created if BrOffice brand is being built

diff --git a/sysui/desktop/share/create_tree.sh b/sysui/desktop/share/create_tree.sh
index fded41e..0824e51 100755
--- a/sysui/desktop/share/create_tree.sh
+++ b/sysui/desktop/share/create_tree.sh
@@ -96,7 +96,7 @@ office_prefix=/opt
 office_root=${office_prefix}/${PREFIX}
 
 #this symlink is needed to have the API boostrap functions running right
-ln -sf ${office_root}/program/soffice ${DESTDIR}/usr/bin/libreoffice
+ln -sf ${office_root}/program/soffice ${DESTDIR}/usr/bin/${PREFIX}
 
 cp printeradmin.sh ${DESTDIR}/usr/bin/${PREFIX}-printeradmin
 chmod 0755 ${DESTDIR}/usr/bin/${PREFIX} ${DESTDIR}/usr/bin/${PREFIX}-printeradmin


More information about the Libreoffice-commits mailing list