diff options
Diffstat (limited to 'abuild.in')
-rw-r--r-- | abuild.in | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -2266,8 +2266,7 @@ index() { update_abuildrepo_index; } all() { if ! [ -n "$force" ]; then - check_arch - if [ $? -ne 0 ]; then + if ! check_arch; then echo "Package not available for the target architecture ($CARCH). Aborting." return 0 fi |