aboutsummaryrefslogtreecommitdiff
path: root/src/data
diff options
context:
space:
mode:
Diffstat (limited to 'src/data')
-rw-r--r--src/data/asdf.lisp3
1 files changed, 2 insertions, 1 deletions
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")))