aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-06-11 06:33:24 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-06-11 06:33:24 -0700
commit91a8a5cbd98f1bcc6d75b1552ca57329572abf75 (patch)
tree2b8fbcc2a06ad12c64274568ef6f320990cfbfc8
parent4360ad5ca703c99723c72d16e0da3f4ca92f92d9 (diff)
downloadconsfigurator-91a8a5cbd98f1bcc6d75b1552ca57329572abf75.tar.gz
CCACHE:HAS-LIMITS: install ccache first
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-rw-r--r--src/property/ccache.lisp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/property/ccache.lisp b/src/property/ccache.lisp
index 9922df1..79be9cd 100644
--- a/src/property/ccache.lisp
+++ b/src/property/ccache.lisp
@@ -31,6 +31,7 @@ See ccache(1) for the format of MAX-SIZE."
(:desc (format nil "~A has max size ~D & max files ~D"
cache max-size max-files))
(:apply
+ (installed)
(with-change-if-changes-file-content
((merge-pathnames "ccache.conf" (ensure-directory-pathname cache)))
;; Let ccache(1) handle editing and deduplicating the config file, etc.