From f8a2871a9c6dec82feea603d3aa100efa0a83937 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 3 Jun 2015 11:11:43 +0000 Subject: [PATCH] abuild: fix regression in scanning shared objects fix regression introduced with commit c70dbf8 (abuild: automatically detect symlink targets in other subpackages) --- abuild.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abuild.in b/abuild.in index 95eb47b..e211577 100644 --- a/abuild.in +++ b/abuild.in @@ -1061,7 +1061,7 @@ scan_shared_objects() { local name="$1" controldir="$2" datadir="$3" local opt= i= - if [ "$arch" != "noarch" ]; then + if [ "$arch" = "noarch" ]; then return 0 fi