aboutsummaryrefslogtreecommitdiff
path: root/src/connection/chroot.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-10-09 12:59:22 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-10-23 12:31:01 -0700
commit614f79f7c6550de6802dad1d61f37eb5c8f6f11f (patch)
tree2dff711b6c597a2264129fb6aa061d402fd8040c /src/connection/chroot.lisp
parentdee05622a94e2803d232892b376aba70328c21e6 (diff)
downloadconsfigurator-614f79f7c6550de6802dad1d61f37eb5c8f6f11f.tar.gz
rename :XDG-CACHE-HOME connattr to :XDG_CACHE_HOME
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/connection/chroot.lisp')
-rw-r--r--src/connection/chroot.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connection/chroot.lisp b/src/connection/chroot.lisp
index eb7d533..5c149e3 100644
--- a/src/connection/chroot.lisp
+++ b/src/connection/chroot.lisp
@@ -103,7 +103,7 @@ should be the mount point, without the chroot's root prefixed.")
;; in UPLOAD-ALL-PREREQUISITE-DATA.
(connection-connattr connection :remote-home)
;; Obtain & cache XDG_CACHE_HOME inside the chroot, and compute DATADIR.
- (let ((xdg-cache-home (connection-connattr connection :XDG-CACHE-HOME)))
+ (let ((xdg-cache-home (connection-connattr connection :XDG_CACHE_HOME)))
(setf connection (change-class connection 'chroot.fork-connection)
(slot-value connection 'datadir)
(merge-pathnames