[Libreoffice-commits] online.git: loolwsd-systemplate-setup
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Nov 22 13:55:03 UTC 2018
loolwsd-systemplate-setup | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
New commits:
commit 052c033e920cf6906a9e0c9b27381b2ae234f231
Author: Andras Timar <andras.timar at collabora.com>
AuthorDate: Thu Nov 22 14:23:57 2018 +0100
Commit: Andras Timar <andras.timar at collabora.com>
CommitDate: Thu Nov 22 14:28:21 2018 +0100
tdf#121429 PDF writing needs NSS libs in systemplate (2)
Change-Id: I3724114867986a7ff2494b6b360b1680d7661bcc
diff --git a/loolwsd-systemplate-setup b/loolwsd-systemplate-setup
index 95ccba0f7..b70861834 100755
--- a/loolwsd-systemplate-setup
+++ b/loolwsd-systemplate-setup
@@ -31,8 +31,8 @@ find etc/hosts etc/nsswitch.conf etc/resolv.conf \
usr/lib/locale/en_US.utf8 \
usr/lib/locale/C.UTF-8 \
usr/lib/locale/locale_archive \
- usr/lib/x86_64-linux-gnu/nss/*.so \
- usr/lib/x86_64-linux-gnu/libsqlite3.so.* \
+ usr/lib/*/nss/*.so \
+ usr/lib/*/libsqlite* \
usr/share/zoneinfo/* \
usr/share/liblangtag \
usr/share/hyphen \
@@ -42,6 +42,7 @@ find etc/fonts \
etc/resolv.conf \
lib/ld-* lib64/ld-* \
lib64/libnss_* \
+ usr/lib/*/libsqlite* \
-type l 2>/dev/null
# Go through the LO shared objects and check what system libraries
More information about the Libreoffice-commits
mailing list