diff options
author | Giuseppe Castagno <giuseppe.castagno@acca-esse.eu> | 2010-10-15 11:22:59 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2010-11-03 16:31:15 +0100 |
commit | c227511cbb184a07143e4edf8452b3c57305f931 (patch) | |
tree | 9d54500b6fdad1a7daf16cf9d4196860b26a5aba /sysui/desktop/share | |
parent | 1bf4708488452ec662d9ae1e9b4fd7b08dfb8290 (diff) |
Correct symlink in order to be used in SDK and testtool.
This in order to recognize the application installation path;
only for Linux and similar platforms.
Diffstat (limited to 'sysui/desktop/share')
-rw-r--r-- | sysui/desktop/share/create_tree.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysui/desktop/share/create_tree.sh b/sysui/desktop/share/create_tree.sh index 60aff1738d5d..ced15764372a 100644 --- a/sysui/desktop/share/create_tree.sh +++ b/sysui/desktop/share/create_tree.sh @@ -94,7 +94,9 @@ mkdir -p ${DESTDIR}/usr/bin office_root=/opt/${PREFIX} -cp openoffice.sh ${DESTDIR}/usr/bin/${PREFIX} +#this symlink is needed to have the API boostrap functions running right +ln -sf ${office_root}/program/soffice ${DESTDIR}/usr/bin/libreoffice + cp printeradmin.sh ${DESTDIR}/usr/bin/${PREFIX}-printeradmin chmod 0755 ${DESTDIR}/usr/bin/${PREFIX} ${DESTDIR}/usr/bin/${PREFIX}-printeradmin |