summaryrefslogtreecommitdiff
path: root/abuild.in
diff options
context:
space:
mode:
Diffstat (limited to 'abuild.in')
-rw-r--r--abuild.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/abuild.in b/abuild.in
index 6271f8c..697af2a 100644
--- a/abuild.in
+++ b/abuild.in
@@ -1508,9 +1508,9 @@ create_apks() {
}
build_abuildrepo() {
- local d apk _check=check_fakeroot
- if options_has "!checkroot"; then
- _check=check
+ local _check=check
+ if options_has "checkroot"; then
+ _check=check_fakeroot
fi
if ! want_check; then
_check=true
@@ -2125,9 +2125,9 @@ checksum() {
}
rootbld_actions() {
- local part _check=check_fakeroot
- if options_has "!checkroot"; then
- _check=check
+ local part _check=check
+ if options_has "checkroot"; then
+ _check=check_fakeroot
fi
if ! want_check; then
_check=true