[Libreoffice-commits] online.git: loolwsd/loolwsd-systemplate-setup
Andras Timar
andras.timar at collabora.com
Wed Jan 6 03:59:50 PST 2016
loolwsd/loolwsd-systemplate-setup | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit ab07fa2948656d0408e369cf6c5588112de36642
Author: Andras Timar <andras.timar at 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
More information about the Libreoffice-commits
mailing list