From c227511cbb184a07143e4edf8452b3c57305f931 Mon Sep 17 00:00:00 2001 From: Giuseppe Castagno Date: Fri, 15 Oct 2010 11:22:59 +0200 Subject: 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. --- desktop/scripts/soffice.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop/scripts') 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 -- cgit