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