aboutsummaryrefslogtreecommitdiff
path: root/src/property/ccache.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/property/ccache.lisp')
-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.