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 /desktop/scripts/soffice.sh | |
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 'desktop/scripts/soffice.sh')
-rw-r--r-- | desktop/scripts/soffice.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/scripts/soffice.sh b/desktop/scripts/soffice.sh index ad8e6efd4dd6..ba8b8747c5f7 100644 --- a/desktop/scripts/soffice.sh +++ b/desktop/scripts/soffice.sh @@ -60,7 +60,7 @@ if [ -e ooenv ] ; then . ./ooenv fi -sd_binary=`basename "$0"`.bin +sd_binary=`basename "$0" | sed 's/libreoffice/soffice/g'`.bin #collect all bootstrap variables specified on the command line #so that they can be passed as arguments to javaldx later on |