diff options
-rw-r--r-- | module/system/base/compile.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/system/base/compile.scm b/module/system/base/compile.scm index 943999040..953c93602 100644 --- a/module/system/base/compile.scm +++ b/module/system/base/compile.scm @@ -99,7 +99,7 @@ ;;; files, either you know where they should go, in which case you tell ;;; compile-file explicitly, as in the srcdir != builddir case; or you ;;; don't know, in which case this function is called, and we just put -;;; them in your own ccache dir in ~/.guile-ccache. +;;; them in your own ccache dir in ~/.cache/guile/ccache. ;;; ;;; See also boot-9.scm:load. (define (compiled-file-name file) |