[Libreoffice-commits] core.git: desktop/source

Markus Mohrhard markus.mohrhard at googlemail.com
Mon Feb 22 20:52:51 UTC 2016


 desktop/source/app/sofficemain.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b7107eb010e775d6dca01447bbb2512990f5591c
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Wed Nov 25 16:47:14 2015 +0100

    LIBO_LIBEXEC_FOLDER is the correct place for executables
    
    Change-Id: I09010819e37baacf02277ad294a6436b13e285fc
    Reviewed-on: https://gerrit.libreoffice.org/22552
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Markus Mohrhard <markus.mohrhard at googlemail.com>

diff --git a/desktop/source/app/sofficemain.cxx b/desktop/source/app/sofficemain.cxx
index 3c93c68..f78dfd3 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);


More information about the Libreoffice-commits mailing list