summaryrefslogtreecommitdiff
path: root/ios
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2019-08-26 16:19:47 +0300
committerTor Lillqvist <tml@collabora.com>2019-10-07 15:02:01 +0300
commitdd49483be36b6ed02e3a014f1d00410d43ec1bf3 (patch)
treed5ae01a33bf903e7c624a1cb408403a845472e00 /ios
parent897fd43b9b07a8907ac1b6717bfecc6114b82dc8 (diff)
Use correct directory for some data files on iOS: share/filter, not filter
Change-Id: Idd7d675872b73454d78576ed231fe90644dbe4c5 Reviewed-on: https://gerrit.libreoffice.org/78142 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/78999
Diffstat (limited to 'ios')
-rw-r--r--ios/CustomTarget_iOS_setup.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/ios/CustomTarget_iOS_setup.mk b/ios/CustomTarget_iOS_setup.mk
index f69e54a31e30..ec6a2492cb47 100644
--- a/ios/CustomTarget_iOS_setup.mk
+++ b/ios/CustomTarget_iOS_setup.mk
@@ -21,7 +21,7 @@ IOSDIRS = $(IOSGEN) \
$(IOSRES)/program \
$(IOSRES)/share \
$(IOSRES)/config \
- $(IOSRES)/filter
+ $(IOSRES)/share/filter
#- Top level -----------------------------------------------------------------
@@ -61,9 +61,9 @@ $(IOSGEN)/native-code.h: $(BUILDDIR)/config_host.mk \
fi
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
+ cp $(INSTDIR)/share/filter/oox-drawingml-adj-names $(IOSRES)/share/filter
+ cp $(INSTDIR)/share/filter/oox-drawingml-cs-presets $(IOSRES)/share/filter
+ cp $(INSTDIR)/share/filter/vml-shape-types $(IOSRES)/share/filter
cp -R $(INSTDIR)/share/registry $(IOSRES)
cp $(INSTDIR)/share/config/*zip $(IOSRES)/share/config
cp -R $(INSTDIR)/share/liblangtag $(IOSRES)/share