aboutsummaryrefslogtreecommitdiff
path: root/src/image.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/image.lisp')
-rw-r--r--src/image.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/image.lisp b/src/image.lisp
index 6f94037..ce3a34a 100644
--- a/src/image.lisp
+++ b/src/image.lisp
@@ -329,7 +329,7 @@ UPLOAD-ALL-PREREQUISITE-DATA.")
(:method ((asdf-requirements asdf-requirements))
`(progn
(let* ((cache (ensure-directory-pathname
- (or (getenv "XDG_CONFIG_HOME")
+ (or (getenv "XDG_CACHE_HOME")
(strcat (getenv "HOME") "/.cache"))))
(dest (ensure-directories-exist
(merge-pathnames "consfigurator/systems/" cache)))