[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.4' - ios/CustomTarget_iOS_setup.mk
Tor Lillqvist (via logerrit)
logerrit at kemper.freedesktop.org
Mon May 18 06:48:01 UTC 2020
ios/CustomTarget_iOS_setup.mk | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 7dc3de5264cc5379f67ed6b12472d8fa0d15325e
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Thu Mar 26 14:54:10 2020 +0200
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Mon May 18 08:47:28 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
(cherry picked from commit 16b4bd170c9c2f6a11e347e781a139d7678d4730)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94231
Tested-by: Tor Lillqvist <tml at collabora.com>
Reviewed-by: Tor Lillqvist <tml at collabora.com>
diff --git a/ios/CustomTarget_iOS_setup.mk b/ios/CustomTarget_iOS_setup.mk
index b4f9a564364a..9df34a50eaed 100644
--- a/ios/CustomTarget_iOS_setup.mk
+++ b/ios/CustomTarget_iOS_setup.mk
@@ -73,6 +73,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