summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--abuild.in2
1 files changed, 1 insertions, 1 deletions
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