aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-07-01 13:34:15 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-07-06 21:18:26 -0700
commit3c92310593f8b1fce7b63051dce150fcf5300f75 (patch)
tree2b393ee33fbf39e43ed7a0bf4b5a289c6e7516a5
parent02b20379584ab4467276e00fed34e879587525e5 (diff)
downloadconsfigurator-3c92310593f8b1fce7b63051dce150fcf5300f75.tar.gz
CHROOT::%DEBOOTSTRAPPED: fix :CHECK subroutine's second branch
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-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 e41c888..3eee67c 100644
--- a/src/property/chroot.lisp
+++ b/src/property/chroot.lisp
@@ -26,7 +26,7 @@
(if (test "-d" (merge-pathnames "debootstrap/"
(ensure-directory-pathname root)))
(progn (delete-remote-trees root) nil)
- (remote-exists-p (merge-pathnames "usr/lib/os-release" root))))
+ (remote-exists-p (chroot-pathname "/usr/lib/os-release" root))))
(:apply
(destructuring-bind
(&key (apt.proxy (get-hostattrs-car :apt.proxy host))