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

Tor Lillqvist (via logerrit) logerrit at kemper.freedesktop.org
Mon Mar 25 16:52:58 UTC 2019


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

New commits:
commit 71b8eaf5a6f5f779d3c227801b16a635fd9c129c
Author:     Tor Lillqvist <tml at collabora.com>
AuthorDate: Mon Mar 25 18:25:52 2019 +0200
Commit:     Tor Lillqvist <tml at collabora.com>
CommitDate: Mon Mar 25 18:52:24 2019 +0200

    Just include all fonts from instdir/share/fonts in the iOS app
    
    Change-Id: I7c98fb1cbf6523e39111c774a5ef3af20bba73b6

diff --git a/ios/CustomTarget_iOS_setup.mk b/ios/CustomTarget_iOS_setup.mk
index a05bc8d04487..6e84baef90f4 100644
--- a/ios/CustomTarget_iOS_setup.mk
+++ b/ios/CustomTarget_iOS_setup.mk
@@ -51,7 +51,7 @@ $(IOSGEN)/native-code.h: $(BUILDDIR)/config_host.mk $(SRCDIR)/ios/CustomTarget_i
 	cp -R $(INSTDIR)/share/theme_definitions $(IOSRES)/share
 	cp -R $(INSTDIR)/share/template $(IOSRES)/share
 	mkdir -p $(IOSRES)/share/fonts/truetype
-	cp $(INSTDIR)/share/fonts/truetype/Liberation* $(IOSRES)/share/fonts/truetype
+	cp -R $(INSTDIR)/share/fonts/truetype $(IOSRES)/share/fonts
 
 	# Set up rc, the "inifile". See getIniFileName_Impl().
 	echo '[Bootstrap]' > $(IOSRES)/rc


More information about the Libreoffice-commits mailing list