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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Mar 11 15:19:47 UTC 2019


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

New commits:
commit c074ef82352c70f38d797eefbd72783ac3346f25
Author:     Tor Lillqvist <tml at collabora.com>
AuthorDate: Mon Mar 11 17:16:20 2019 +0200
Commit:     Tor Lillqvist <tml at collabora.com>
CommitDate: Mon Mar 11 17:16:20 2019 +0200

    We need share/theme_definitions in the iOS app
    
    Change-Id: I460a71f363eb3b7f89786b8bd02f4b8f9521f4c7

diff --git a/ios/CustomTarget_iOS_setup.mk b/ios/CustomTarget_iOS_setup.mk
index 2501ebecee53..aaeaa5c1cc41 100644
--- a/ios/CustomTarget_iOS_setup.mk
+++ b/ios/CustomTarget_iOS_setup.mk
@@ -48,6 +48,7 @@ $(IOSGEN)/native-code.h: $(BUILDDIR)/config_host.mk $(SRCDIR)/ios/CustomTarget_i
 	cp -R $(INSTDIR)/share/registry $(IOSRES)
 	cp $(INSTDIR)/share/config/*zip $(IOSRES)/share/config
 	cp -R $(INSTDIR)/share/liblangtag $(IOSRES)/share
+	cp -R $(INSTDIR)/share/theme_definitions $(IOSRES)/share
 	mkdir -p $(IOSRES)/share/fonts/truetype
 	cp $(INSTDIR)/share/fonts/truetype/Liberation* $(IOSRES)/share/fonts/truetype
 


More information about the Libreoffice-commits mailing list