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.lisp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/property/chroot.lisp b/src/property/chroot.lisp
index 88c46ab..daf39fa 100644
--- a/src/property/chroot.lisp
+++ b/src/property/chroot.lisp
@@ -31,6 +31,8 @@
(defproplist os-bootstrapped :posix
(options root properties &aux (host (make-host :propspec properties)))
- (:desc "Built chroot ${root}")
+ (:desc
+ (declare (ignore options host))
+ #?"Built chroot ${root}")
(%os-bootstrapped options root host)
(deploys `((:chroot :into ,root)) host))