summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2013-02-25 20:38:45 +0100
committerSimon Rettberg2013-02-25 20:38:45 +0100
commit992a319a6fa06726cfd3f9b6e6ffd833a774f3a6 (patch)
treefbbb4ba11ba0198cd1b15fc9a831c93499b72ba9
parentSeveral fixes and improvements: (diff)
downloadtm-scripts-992a319a6fa06726cfd3f9b6e6ffd833a774f3a6.tar.gz
tm-scripts-992a319a6fa06726cfd3f9b6e6ffd833a774f3a6.tar.xz
tm-scripts-992a319a6fa06726cfd3f9b6e6ffd833a774f3a6.zip
fix library discovery for base (fixes dbus loop)
-rw-r--r--remote/tools/base/base.build2
1 files changed, 1 insertions, 1 deletions
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