summaryrefslogtreecommitdiff
path: root/desktop/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/scripts')
-rw-r--r--desktop/scripts/soffice.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/desktop/scripts/soffice.sh b/desktop/scripts/soffice.sh
index e2031c2f82..53c39d4d28 100644
--- a/desktop/scripts/soffice.sh
+++ b/desktop/scripts/soffice.sh
@@ -55,6 +55,11 @@ fi
sd_prog=`pwd`
cd "$sd_cwd"
+# linked build needs additional settings
+if [ -e ooenv ] ; then
+ source ooenv
+fi
+
sd_binary=`basename "$0"`.bin
#collect all bootstrap variables specified on the command line