summaryrefslogtreecommitdiff
path: root/editors/libreoffice/files/patch-sysui_desktop_share_create_tree.sh
diff options
context:
space:
mode:
Diffstat (limited to 'editors/libreoffice/files/patch-sysui_desktop_share_create_tree.sh')
-rw-r--r--editors/libreoffice/files/patch-sysui_desktop_share_create_tree.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/libreoffice/files/patch-sysui_desktop_share_create_tree.sh b/editors/libreoffice/files/patch-sysui_desktop_share_create_tree.sh
index 3d5edd0c410a..d3de9c5cf066 100644
--- a/editors/libreoffice/files/patch-sysui_desktop_share_create_tree.sh
+++ b/editors/libreoffice/files/patch-sysui_desktop_share_create_tree.sh
@@ -1,10 +1,10 @@
---- sysui/desktop/share/create_tree.sh.orig 2018-03-16 00:33:44.202900000 +0800
-+++ sysui/desktop/share/create_tree.sh 2018-03-16 01:10:52.600520000 +0800
+--- sysui/desktop/share/create_tree.sh.orig 2019-01-24 03:35:25.000000000 +0800
++++ sysui/desktop/share/create_tree.sh 2019-02-04 10:04:10.186856000 +0800
@@ -58,7 +58,7 @@
office_root=${office_prefix}/${PREFIX}
- #this symlink is needed to have the API boostrap functions running right
--ln -sf "${office_root}/program/soffice" "${DESTDIR}/${PREFIXDIR}/bin/${PREFIX}"
+ #this symlink is needed to have the API bootstrap functions running right
+-ln -sf "${office_root}/program/soffice" "${DESTDIR}/${BINDIR}/${PREFIX}"
+ln -sf "../lib/libreoffice/program/soffice" "${DESTDIR}/${PREFIXDIR}/bin/${PREFIX}"
if test "${PREFIX}" != libreoffice${PRODUCTVERSION} -a "${PREFIX}" != libreofficedev${PRODUCTVERSION} ; then