[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.0' - ios/CustomTarget_iOS_setup.mk

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Nov 6 10:52:02 UTC 2018


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

New commits:
commit f1e97fcc8fced15ac70a312ecd5c51792297266f
Author:     Tor Lillqvist <tml at collabora.com>
AuthorDate: Mon Nov 5 23:06:10 2018 +0200
Commit:     Tor Lillqvist <tml at collabora.com>
CommitDate: Tue Nov 6 11:51:13 2018 +0100

    The image zipfiles should be in share/config, it seems
    
    Change-Id: Ifa27bb32aeff719aa0a9b3a3c70b5b61047f17f6
    Reviewed-on: https://gerrit.libreoffice.org/62943
    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 90baa9e05003..a7f9a714f531 100644
--- a/ios/CustomTarget_iOS_setup.mk
+++ b/ios/CustomTarget_iOS_setup.mk
@@ -45,7 +45,7 @@ $(IOSGEN)/native-code.h: $(BUILDDIR)/config_host.mk $(SRCDIR)/ios/CustomTarget_i
 	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
 
 	# Set up rc, the "inifile". See getIniFileName_Impl().
 	echo '[Bootstrap]' > $(IOSRES)/rc


More information about the Libreoffice-commits mailing list