diff options
-rw-r--r-- | pkg.build | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -230,7 +230,7 @@ if ! is_build_script_done install; then -or -name "*.so.[0-9].[0-9].[0-9]" \) -printf '%P\n'); do if [ \( -e ${__so_fname%.so}.lib.a \) -o \ - \( ! -e ${PKG_PREFIX}/lib/${__so_fname} \) ]; + \( ! -e ${PKG_PREFIX}/lib/$(basename ${__so_fname}) \) ]; then continue; else |