summaryrefslogtreecommitdiffhomepage
path: root/pkg.build
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2016-07-11 21:39:34 +0000
committerLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2016-07-11 21:39:34 +0000
commit5c06666ae269ea9947bc9b33dc728579db49edc6 (patch)
tree4d5811a89224877b7665926cbbec1ddf933f99cf /pkg.build
parentafe7b9141ff0195abdee88aea8e15bda9c0f573f (diff)
downloadmidipix_build-5c06666ae269ea9947bc9b33dc728579db49edc6.tar.bz2
midipix_build-5c06666ae269ea9947bc9b33dc728579db49edc6.tar.xz
Followup to <672107a200f15d952f2d8c3750e8c58be5035ee3>.
Diffstat (limited to 'pkg.build')
-rw-r--r--pkg.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg.build b/pkg.build
index b311768a..edf2d2d1 100644
--- a/pkg.build
+++ b/pkg.build
@@ -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