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

New commits:
commit b7107eb010e775d6dca01447bbb2512990f5591c
Author: Markus Mohrhard <[email protected]>
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 <[email protected]>
    Reviewed-by: Markus Mohrhard <[email protected]>

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);
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to