From dab7708eec7b734920273d82d81b6d8463abab28 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Tue, 16 Feb 2021 23:36:53 -0700 Subject: fix a loop, some function calls and a declaration Signed-off-by: Sean Whitton --- src/data/asdf.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/data') diff --git a/src/data/asdf.lisp b/src/data/asdf.lisp index cec3724..98d2e4f 100644 --- a/src/data/asdf.lisp +++ b/src/data/asdf.lisp @@ -10,7 +10,8 @@ (Defun get-path-to-concatenated-system (iden1 system) "Try to concatenate all the source code for SYSTEM, store it somewhere and return the filename." - (let ((cache-dir (uiop:ensure-pathname-directory + (declare (ignore iden1)) + (let ((cache-dir (uiop:ensure-directory-pathname (strcat (or (uiop:getenv "XDG_CACHE_HOME") (strcat (uiop:getenv "HOME") "/.cache")) "/consfigurator/systems"))) -- cgit v1.2.3