aboutsummaryrefslogtreecommitdiff
path: root/src/data
diff options
context:
space:
mode:
Diffstat (limited to 'src/data')
-rw-r--r--src/data/asdf.lisp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/data/asdf.lisp b/src/data/asdf.lisp
index 914f242..f6aec08 100644
--- a/src/data/asdf.lisp
+++ b/src/data/asdf.lisp
@@ -28,9 +28,9 @@
"Try to concatenate all the source code for SYSTEM, store it somewhere and
return the filename."
(declare (ignore iden1))
- (let ((cache-dir (uiop:ensure-directory-pathname
- (strcat (or (uiop:getenv "XDG_CACHE_HOME")
- (strcat (uiop:getenv "HOME") "/.cache"))
+ (let ((cache-dir (ensure-directory-pathname
+ (strcat (or (getenv "XDG_CACHE_HOME")
+ (strcat (getenv "HOME") "/.cache"))
"/consfigurator/systems")))
(op 'asdf:monolithic-concatenate-source-op)
(co (asdf:find-component system nil)))