aboutsummaryrefslogtreecommitdiff
path: root/src/property/chroot.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-03-09 16:32:17 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-03-09 16:34:33 -0700
commit6d1d7ea0bbd0ef970e22f4c87775f95fb3b8452b (patch)
tree5c93462a94a019b5f8f3a55299d3f04fe6b2aedd /src/property/chroot.lisp
parent7cc46462f5ca23723317c2b4b6099ac7daaf7258 (diff)
downloadconsfigurator-6d1d7ea0bbd0ef970e22f4c87775f95fb3b8452b.tar.gz
add "local" and "remote" to the names of some exported symbols
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/property/chroot.lisp')
-rw-r--r--src/property/chroot.lisp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/property/chroot.lisp b/src/property/chroot.lisp
index bf4b942..5b1c9b1 100644
--- a/src/property/chroot.lisp
+++ b/src/property/chroot.lisp
@@ -23,8 +23,8 @@
(:check
(declare (ignore options host))
;; check whether a previous debootstrap failed partway through
- (if (test "-d" (merge-pathnames "debootstrap/"
- (ensure-directory-pathname root)))
+ (if (remote-test "-d" (merge-pathnames "debootstrap/"
+ (ensure-directory-pathname root)))
(progn (delete-remote-trees root) nil)
(remote-exists-p (chroot-pathname "/usr/lib/os-release" root))))
(:apply