From 992a319a6fa06726cfd3f9b6e6ffd833a774f3a6 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 25 Feb 2013 20:38:45 +0100 Subject: fix library discovery for base (fixes dbus loop) --- remote/tools/base/base.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remote/tools/base/base.build b/remote/tools/base/base.build index 06ff22b7..4f7e46a0 100644 --- a/remote/tools/base/base.build +++ b/remote/tools/base/base.build @@ -31,7 +31,7 @@ build() { for LIB in ${REQUIRED_LIBRARIES} do - for LIB_LOCATION in $(find /lib/ -name "${LIB}.so\*") + for LIB_LOCATION in $(find /lib/ -name "${LIB}*.so*") do echo ${LIB_LOCATION} >> "${FILELIST}" done -- cgit v1.2.3-55-g7522