From dae5803d35680c2b60d4890c5957776eae6ea32e Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Thu, 18 Feb 2021 16:45:44 -0700 Subject: import some names from uiop Signed-off-by: Sean Whitton --- src/data/asdf.lisp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/data') 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))) -- cgit v1.2.3