From b7107eb010e775d6dca01447bbb2512990f5591c Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Wed, 25 Nov 2015 16:47:14 +0100 Subject: LIBO_LIBEXEC_FOLDER is the correct place for executables Change-Id: I09010819e37baacf02277ad294a6436b13e285fc Reviewed-on: https://gerrit.libreoffice.org/22552 Tested-by: Jenkins Reviewed-by: Markus Mohrhard --- desktop/source/app/sofficemain.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit