[Libreoffice-commits] online.git: loolwsd/loolwsd-systemplate-setup
Jan Holesovsky
kendy at collabora.com
Thu Aug 13 08:36:31 PDT 2015
loolwsd/loolwsd-systemplate-setup | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
New commits:
commit a3cb6fe960a93947d4712a61f9d6d46c5d2e5fd0
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