[Libreoffice-commits] core.git: ios/CustomTarget_iOS_setup.mk
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Fri Sep 14 16:53:48 UTC 2018
ios/CustomTarget_iOS_setup.mk | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit 14a58a5e5582bb1d34025cafc5a7bea7e7cc0100
Author: Tor Lillqvist <tml at iki.fi>
AuthorDate: Thu Sep 6 16:48:10 2018 +0300
Commit: Tor Lillqvist <tml at 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 <tml at collabora.com>
Tested-by: Tor Lillqvist <tml at 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
More information about the Libreoffice-commits
mailing list