loolwsd/loolwsd-systemplate-setup | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-)
New commits: commit ef48704793dc753cc5930c0a08333bfbdfe5247c Author: Jan Holesovsky <ke...@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. _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits