summaryrefslogtreecommitdiff
path: root/abuild.in
diff options
context:
space:
mode:
Diffstat (limited to 'abuild.in')
-rw-r--r--abuild.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/abuild.in b/abuild.in
index c003282..0f54c87 100644
--- a/abuild.in
+++ b/abuild.in
@@ -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