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

Tor Lillqvist (via logerrit) logerrit at kemper.freedesktop.org
Mon Sep 16 13:06:58 UTC 2019


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

New commits:
commit 08f7f81c0e79de2f43a4c810bf380ca3f0aa7b6d
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 Sep 16 15:06:22 2019 +0200

    We need share/theme_definitions in the iOS app
    
    Change-Id: I460a71f363eb3b7f89786b8bd02f4b8f9521f4c7
    Reviewed-on: https://gerrit.libreoffice.org/79004
    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 e9db39d478bc..5408f4023c0b 100644
--- a/ios/CustomTarget_iOS_setup.mk
+++ b/ios/CustomTarget_iOS_setup.mk
@@ -65,6 +65,7 @@ $(IOSGEN)/native-code.h: $(BUILDDIR)/config_host.mk \
 	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 -R $(INSTDIR)/share/fonts/truetype $(IOSRES)/share/fonts
 	cp $(SRCDIR)/ios/welcome.odt $(IOSRES)


More information about the Libreoffice-commits mailing list