aboutsummaryrefslogtreecommitdiff
path: root/src/property/chroot.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/property/chroot.lisp')
-rw-r--r--src/property/chroot.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/property/chroot.lisp b/src/property/chroot.lisp
index ecf7698..3cfe527 100644
--- a/src/property/chroot.lisp
+++ b/src/property/chroot.lisp
@@ -54,7 +54,7 @@
(apply #'run args))))
(defprop %debootstrap-manually-installed :posix ()
- (:check (zerop (mrun :for-exit "command" "-v" "debootstrap")))
+ (:check (remote-executable-find "debootstrap"))
(:apply
(failed-change "Don't know how to install debootstrap(8) manually.")))