[Libreoffice-commits] online.git: loolwsd/loolwsd-systemplate-setup loolwsd/test

Miklos Vajna vmiklos at collabora.co.uk
Wed Jan 6 00:57:16 PST 2016


 loolwsd/loolwsd-systemplate-setup |    2 +-
 loolwsd/test/data/hello.txt       |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit d1ff4721cf9bdaa7b6e8d7b532b9e7076069e1ec
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Wed Jan 6 09:56:51 2016 +0100

    loolwsd: fix make check

diff --git a/loolwsd/loolwsd-systemplate-setup b/loolwsd/loolwsd-systemplate-setup
index 0c395b3..1ad81cf 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 -name '*Poco*.so' -o -name '*.so.[0-9]*' |
+	find $POCODIR usr/lib64 -name '*Poco*.so' -o -name '*.so.[0-9]*' |
 	while read file; do
 	    echo $file
 	    ldd $file 2>/dev/null
diff --git a/loolwsd/test/data/hello.txt b/loolwsd/test/data/hello.txt
index 8f2d6bd..802992c 100644
--- a/loolwsd/test/data/hello.txt
+++ b/loolwsd/test/data/hello.txt
@@ -1 +1 @@
-Hello world
+Hello world


More information about the Libreoffice-commits mailing list