diff options
-rw-r--r-- | abuild.in | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1401,6 +1401,9 @@ build_abuildrepo() { # if package() is missing then build is called from rootpkg _build=true fi + if options_has "!checkroot"; then + _check=check + fi if ! want_check; then _check=true fi |