aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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))