aboutsummaryrefslogtreecommitdiff
path: root/src/property/chroot.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-09-16 18:23:16 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-10-23 10:51:30 -0700
commitb9cf8fa7dabb2f47ad38541316ccc373359838ee (patch)
tree160afdbe45e694c8e40ee605e1efe77deecf4da5 /src/property/chroot.lisp
parentdaf5c937b90626fbc0c69d3a09342312c59c125b (diff)
downloadconsfigurator-b9cf8fa7dabb2f47ad38541316ccc373359838ee.tar.gz
factor out REMOTE-EXECUTABLE-FIND
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
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.")))