aboutsummaryrefslogtreecommitdiff
path: root/src/property/installer.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/property/installer.lisp')
-rw-r--r--src/property/installer.lisp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/property/installer.lisp b/src/property/installer.lisp
index 5e68e4f..fbe574b 100644
--- a/src/property/installer.lisp
+++ b/src/property/installer.lisp
@@ -273,7 +273,8 @@ using a combinator like ON-CHANGE, or applied manually with DEPLOY-THESE."
#P"/root/.cache/consfigurator/"))))
(setf (get-connattr :remote-user) "root"
(get-connattr :remote-home) "/root"
- (get-connattr :XDG-CACHE-HOME) #P"/root/.cache/")
+ (get-connattr :XDG-CACHE-HOME) #P"/root/.cache/"
+ (get-connattr :consfigurator-cache) #P"/root/.cache/consfigurator/")
(posix-login-environment "root" "/root")
;; Remount (mainly virtual) filesystems that other properties we will