[Libreoffice-commits] online.git: Branch 'distro/collabora/milestone-4' - loolwsd/loolwsd-systemplate-setup

Jan Holesovsky kendy at collabora.com
Thu Aug 13 08:36:59 PDT 2015


 loolwsd/loolwsd-systemplate-setup |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

New commits:
commit ef48704793dc753cc5930c0a08333bfbdfe5247c
Author: Jan Holesovsky <kendy at collabora.com>
Date:   Thu Aug 13 17:35:20 2015 +0200

    system-template: We need also the content of the symlinks from /etc/fonts.

diff --git a/loolwsd/loolwsd-systemplate-setup b/loolwsd/loolwsd-systemplate-setup
index 190489a..c4902db 100755
--- a/loolwsd/loolwsd-systemplate-setup
+++ b/loolwsd/loolwsd-systemplate-setup
@@ -32,9 +32,11 @@ cd / || exit 1
 	     lib/*-linux-gnu/libnss* \
 		 -type f
 
-
-	find lib/libnss_* lib64/libnss_* -type l
-	find lib/*-linux-gnu/libnss* -type l
+	find etc/fonts \
+	     lib/libnss_* \
+	     lib64/libnss_* \
+	     lib/*-linux-gnu/libnss* \
+		 -type l
 
 	# Go through the LO shared objects and check what system libraries
 	# they link to.


More information about the Libreoffice-commits mailing list