diff options
-rwxr-xr-x | loolwsd-systemplate-setup | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/loolwsd-systemplate-setup b/loolwsd-systemplate-setup index b70861834..09d5265fc 100755 --- a/loolwsd-systemplate-setup +++ b/loolwsd-systemplate-setup @@ -24,7 +24,8 @@ cd / || exit 1 find etc/hosts etc/nsswitch.conf etc/resolv.conf \ etc/ld.so.* \ lib/ld-* lib64/ld-* \ - lib64/libnss_* \ + lib/libnss_* lib64/libnss_* lib/*/libnss_* \ + lib/libresolv* lib64/libresolv* lib/*/libresolv* \ var/cache/fontconfig \ etc/fonts \ etc/localtime \ @@ -41,7 +42,8 @@ find etc/hosts etc/nsswitch.conf etc/resolv.conf \ find etc/fonts \ etc/resolv.conf \ lib/ld-* lib64/ld-* \ - lib64/libnss_* \ + lib/libnss_* lib64/libnss_* lib/*/libnss_* \ + lib/libresolv* lib64/libresolv* lib/*/libresolv* \ usr/lib/*/libsqlite* \ -type l 2>/dev/null |