summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-11-25 16:47:14 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-02-22 20:52:25 +0000
commitb7107eb010e775d6dca01447bbb2512990f5591c (patch)
tree379926e1772287177af8cbf5e0c722072c2443be
parent0c15cf444bc80992c67b3d7eae8c71526d9a078d (diff)
LIBO_LIBEXEC_FOLDER is the correct place for executables
Change-Id: I09010819e37baacf02277ad294a6436b13e285fc Reviewed-on: https://gerrit.libreoffice.org/22552 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
-rw-r--r--desktop/source/app/sofficemain.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/app/sofficemain.cxx b/desktop/source/app/sofficemain.cxx
index 3c93c681a919..f78dfd3456c2 100644
--- a/desktop/source/app/sofficemain.cxx
+++ b/desktop/source/app/sofficemain.cxx
@@ -64,7 +64,7 @@
OString getLibDir()
{
- OUString aOriginal = "$BRAND_BASE_DIR/" LIBO_ETC_FOLDER;
+ OUString aOriginal = "$BRAND_BASE_DIR/" LIBO_LIBEXEC_FOLDER;
rtl::Bootstrap::expandMacros(aOriginal);
return rtl::OUStringToOString(aOriginal, RTL_TEXTENCODING_UTF8);