diff options
Diffstat (limited to 'remote')
| -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 |
