summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xabuild.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/abuild.in b/abuild.in
index bdb83d6..ca77471 100755
--- a/abuild.in
+++ b/abuild.in
@@ -1210,7 +1210,9 @@ uninstalldeps (){
}
all() {
- check_arch || return 0
+ if ! [ -n "$force" ]; then
+ check_arch || return 0
+ fi
if up2date && [ -z "$force" ]; then
msg "Package is up to date"
else