summaryrefslogtreecommitdiff
path: root/sysui
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.cz>2011-03-22 14:56:44 +0100
committerPetr Mladek <pmladek@suse.cz>2011-03-22 14:58:41 +0100
commit7d1c989c2118aa8691ec87d8c2fc06e029b6e89b (patch)
tree4076496304882cc872aecf1f199ea5ea0ecf431e /sysui
parent5fa587fee67f5728979b776d8d108dcce6f013c6 (diff)
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
Diffstat (limited to 'sysui')
-rwxr-xr-xsysui/desktop/share/create_tree.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysui/desktop/share/create_tree.sh b/sysui/desktop/share/create_tree.sh
index fded41ef03..0824e5133e 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