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

Tor Lillqvist (via logerrit) logerrit at kemper.freedesktop.org
Thu Mar 26 12:58:29 UTC 2020


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

New commits:
commit 16b4bd170c9c2f6a11e347e781a139d7678d4730
Author:     Tor Lillqvist <tml at collabora.com>
AuthorDate: Thu Mar 26 14:54:10 2020 +0200
Commit:     Tor Lillqvist <tml at collabora.com>
CommitDate: Thu Mar 26 14:57:36 2020 +0200

    Add share/fingerprint to the iOS app
    
    I once noticed a message "Failed to open config file
    '/private/var/containers/.../Mobile.app/share/fingerprint/fpdb.conf'",
    so clearly it is needed in some situations.
    
    Change-Id: Ie5af6152f7955f6b439ea53d75b4c603bf82c5df

diff --git a/ios/CustomTarget_iOS_setup.mk b/ios/CustomTarget_iOS_setup.mk
index 85ae89216ee7..42438c261201 100644
--- a/ios/CustomTarget_iOS_setup.mk
+++ b/ios/CustomTarget_iOS_setup.mk
@@ -71,6 +71,7 @@ $(IOSGEN)/native-code.h: $(BUILDDIR)/config_host.mk \
 	cp -R $(INSTDIR)/share/fonts/truetype $(IOSRES)/share/fonts
 	cp -R $(INSTDIR)/share/gallery $(IOSRES)/share
 	cp -R $(INSTDIR)/share/palette $(IOSRES)/share
+	cp -R $(INSTDIR)/share/fingerprint $(IOSRES)/share
 	cp $(SRCDIR)/ios/welcome.odt $(IOSRES)
 
 	# Set up rc (the "inifile", fundamentalrc, unorc, bootstraprc and versionrc.


More information about the Libreoffice-commits mailing list