diff options
| author | Simon Rettberg | 2013-02-25 20:38:45 +0100 |
|---|---|---|
| committer | Simon Rettberg | 2013-02-25 20:38:45 +0100 |
| commit | 992a319a6fa06726cfd3f9b6e6ffd833a774f3a6 (patch) | |
| tree | fbbb4ba11ba0198cd1b15fc9a831c93499b72ba9 /remote/tools | |
| parent | Several fixes and improvements: (diff) | |
| download | tm-scripts-992a319a6fa06726cfd3f9b6e6ffd833a774f3a6.tar.gz tm-scripts-992a319a6fa06726cfd3f9b6e6ffd833a774f3a6.tar.xz tm-scripts-992a319a6fa06726cfd3f9b6e6ffd833a774f3a6.zip | |
fix library discovery for base (fixes dbus loop)
Diffstat (limited to 'remote/tools')
| -rw-r--r-- | remote/tools/base/base.build | 2 |
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 |
