ios/CustomTarget_iOS_setup.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 944ef72a1e4e00bba8d9f88bec11d27cbe53fcdc
Author:     Tor Lillqvist <t...@collabora.com>
AuthorDate: Fri Oct 12 03:38:03 2018 +0300
Commit:     Tor Lillqvist <t...@iki.fi>
CommitDate: Fri Oct 12 03:56:05 2018 +0300

    Avoid superfluous directory level
    
    Don't bother with a 'userinstallation' subdirectory. It is a
    subdirectory called "user" of the UserInstallation value that will be
    used for our stuff anyway.
    
    Change-Id: Idb6b5992bfda73ed7af80274b0de8ad7b43c241c

diff --git a/ios/CustomTarget_iOS_setup.mk b/ios/CustomTarget_iOS_setup.mk
index df94b4ef2688..33ac39045e4a 100644
--- a/ios/CustomTarget_iOS_setup.mk
+++ b/ios/CustomTarget_iOS_setup.mk
@@ -92,7 +92,7 @@ $(IOSGEN)/native-code.h: $(BUILDDIR)/config_host.mk \
        (echo '[Bootstrap]' \
        && echo 'InstallMode=<installmode>' \
        && echo "ProductKey=LibreOffice $(PRODUCTVERSION)" \
-       && echo 'UserInstallation=$$SYSUSERHOME/userinstallation' \
+       && echo 'UserInstallation=$$SYSUSERHOME' \
            ) > $(IOSRES)/program/bootstraprc
 
        (echo '[Version]' \
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to