commit:     17c1ffec8d481661c671940376da2c47c37e4f4f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 29 13:22:19 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 29 13:22:19 2025 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=17c1ffec

man: make.conf(5): fix default location for CCACHE_DIR

It depends on PORTAGE_TMPDIR.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 man/make.conf.5 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man/make.conf.5 b/man/make.conf.5
index bdb2838d51..e8ce697c41 100644
--- a/man/make.conf.5
+++ b/man/make.conf.5
@@ -217,7 +217,7 @@ man page for more information.
 
 Only trusted users should be granted write access to this location.
 
-Defaults to "/var/tmp/ccache".
+Defaults to "${PORTAGE_TMPDIR}/ccache".
 .TP
 \fBCCACHE_SIZE\fR = \fI"size"\fR
 This controls the space use limitations for ccache.  See the \fI\-M\fR flag in

Reply via email to