diff options
author | Tor Lillqvist <tml@iki.fi> | 2018-09-06 16:48:10 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2018-09-14 18:53:21 +0200 |
commit | 14a58a5e5582bb1d34025cafc5a7bea7e7cc0100 (patch) | |
tree | f28c75be959410eb7d676bc66aaa6095aefe386b /ios | |
parent | 4ac31078b9c46231f8ecf0409a1724749ac8c5a4 (diff) |
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@collabora.com>
Tested-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'ios')
-rw-r--r-- | ios/CustomTarget_iOS_setup.mk | 3 |
1 files changed, 2 insertions, 1 deletions
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 |