From c21d92fe87322db7a1c3ea4cfbdfc2f7f23ddf42 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 15 Mar 2021 16:24:28 -0700 Subject: update a call to MAKE-HOST Signed-off-by: Sean Whitton --- src/property/chroot.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/property/chroot.lisp') diff --git a/src/property/chroot.lisp b/src/property/chroot.lisp index 9d0acd1..f45be5a 100644 --- a/src/property/chroot.lisp +++ b/src/property/chroot.lisp @@ -23,7 +23,7 @@ "Bootstrap OS into ROOT, e.g. with debootstrap(1).")) (defproplist os-bootstrapped :posix - (options root properties &aux (host (make-host :props properties))) + (options root properties &aux (host (make-host :propspec properties))) (:desc #?"Built chroot ${root}") (%os-bootstrapped options root host) (deploys `((:chroot :into ,root)) host)) -- cgit v1.2.3