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

New commits:
commit 14a58a5e5582bb1d34025cafc5a7bea7e7cc0100
Author:     Tor Lillqvist <t...@iki.fi>
AuthorDate: Thu Sep 6 16:48:10 2018 +0300
Commit:     Tor Lillqvist <t...@collabora.com>
CommitDate: Fri Sep 14 18:53:21 2018 +0200

    Return share/config/soffice.cfg as it was, as I think the code expects
    
    Not sure how it worked in LibreOfficeLight.
    
    Change-Id: I0991b13a7538581642f530bf45a1bba1b1b644d5
    Reviewed-on: https://gerrit.libreoffice.org/60505
    Reviewed-by: Tor Lillqvist <t...@collabora.com>
    Tested-by: Tor Lillqvist <t...@collabora.com>

diff --git a/ios/CustomTarget_iOS_setup.mk b/ios/CustomTarget_iOS_setup.mk
index 94fffd34349e..3f6f5eac90ac 100644
--- a/ios/CustomTarget_iOS_setup.mk
+++ b/ios/CustomTarget_iOS_setup.mk
@@ -60,7 +60,8 @@ $(IOSGEN)/native-code.h: $(BUILDDIR)/config_host.mk \
        cp $(INSTDIR)/program/types/oovbaapi.rdb    $(IOSRES)
        cp $(INSTDIR)/program/services/services.rdb $(IOSRES)/services
        cp $(INSTDIR)/program/services.rdb          $(IOSRES)
-       cp -R $(INSTDIR)/share/config/soffice.cfg $(IOSRES)/config
+       mkdir -p $(IOSRES)/share/config
+       cp -R $(INSTDIR)/share/config/soffice.cfg $(IOSRES)/share/config
        cp $(INSTDIR)/share/filter/oox-drawingml-adj-names $(IOSRES)/filter
        cp $(INSTDIR)/share/filter/oox-drawingml-cs-presets $(IOSRES)/filter
        cp $(INSTDIR)/share/filter/vml-shape-types $(IOSRES)/filter
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to