diff options
author | Tor Lillqvist <tml@collabora.com> | 2018-11-05 23:37:30 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2018-11-06 10:37:47 +0200 |
commit | 1a6caadcfb86aad9bfee6fd066f9697511592128 (patch) | |
tree | 3cebd7aca1838e0b63fbe62b4feb6d5f8cb627d9 /ios | |
parent | b3cf62a59fd80160f09752ee65c64480736a8fca (diff) |
The image zipfiles should be in share/config, it seems
Change-Id: I6f4cf36509c2fedf7bed346a07080fe0c67716a2
Diffstat (limited to 'ios')
-rw-r--r-- | ios/CustomTarget_iOS_setup.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/CustomTarget_iOS_setup.mk b/ios/CustomTarget_iOS_setup.mk index 33ac39045e4a..07c6c6f2fd42 100644 --- a/ios/CustomTarget_iOS_setup.mk +++ b/ios/CustomTarget_iOS_setup.mk @@ -62,7 +62,7 @@ $(IOSGEN)/native-code.h: $(BUILDDIR)/config_host.mk \ cp $(INSTDIR)/share/filter/oox-drawingml-cs-presets $(IOSRES)/filter cp $(INSTDIR)/share/filter/vml-shape-types $(IOSRES)/filter cp -R $(INSTDIR)/share/registry $(IOSRES) - cp $(INSTDIR)/share/config/*zip $(IOSRES)/config + cp $(INSTDIR)/share/config/*zip $(IOSRES)/share/config cp $(SRCDIR)/ios/welcome.odt $(IOSRES) # Set up rc (the "inifile", fundamentalrc, unorc, bootstraprc and versionrc. |