summaryrefslogtreecommitdiff
path: root/sysui/desktop/share
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
commitc9df84ff25c1b8b12bb6593d8d8615f5d1a347ae (patch)
tree77c01c9bdd4af179de7cffdac1b88ba19e674430 /sysui/desktop/share
parent5f2f0d3ad37b7fe3648b262f6a3f0d3436e4519e (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/desktop/share')
-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 a19474b64ef4..2fe78c36a4ec 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