loolwsd/loolwsd-systemplate-setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit ab07fa2948656d0408e369cf6c5588112de36642 Author: Andras Timar <andras.ti...@collabora.com> Date: Wed Jan 6 12:59:25 2016 +0100 loolwsd: find system Poco libs (for real now) diff --git a/loolwsd/loolwsd-systemplate-setup b/loolwsd/loolwsd-systemplate-setup index 78bfbe5..2fc0871 100755 --- a/loolwsd/loolwsd-systemplate-setup +++ b/loolwsd/loolwsd-systemplate-setup @@ -63,7 +63,7 @@ cd / || exit 1 grep -v dynamic | cut -d " " -f 3 | grep -E '^(/lib|/usr)' | sort -u | sed -e 's,^/,,' # Go through the loolkit - find $POCODIR usr/lib64 -name '*Poco*.so' -o -name '*Poco*.so.[0-9]*' | + find $POCODIR /usr/lib64 -name '*Poco*.so' -o -name '*Poco*.so.[0-9]*' | while read file; do echo $file ldd $file 2>/dev/null _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits