diff options
Diffstat (limited to 'core/ports.html')
-rw-r--r-- | core/ports.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/ports.html b/core/ports.html index dbaa226..da0f9b2 100644 --- a/core/ports.html +++ b/core/ports.html @@ -219,7 +219,7 @@ <pre> # ccache settings export PATH="/usr/lib/ccache/:$PATH" - export CCACHE_DIR="/usr/ports/cache/ccache" + export CCACHE_DIR="/usr/ports/ccache" export CCACHE_PREFIX="distcc" export CCACHE_COMPILERCHECK="%compiler% -dumpversion; crux" </pre> |