abuild: fix regression in scanning shared objects

fix regression introduced with commit c70dbf8 (abuild: automatically
detect symlink targets in other subpackages)
This commit is contained in:
Natanael Copa 2015-06-03 11:11:43 +00:00
parent 0263b66cc1
commit f8a2871a9c
1 changed files with 1 additions and 1 deletions

View File

@ -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