about summary refs log tree commit diff stats
path: root/core
diff options
context:
space:
mode:
authorSilvino <silvino@bk.ru>2019-06-11 01:02:28 +0100
committerSilvino <silvino@bk.ru>2019-06-11 01:02:28 +0100
commitf4f8011dfe20f374a52a38b72a87fa92769a6523 (patch)
tree8e0941cf4413ad29f4c25361bfbb6800ddc1f234 /core
parent672abe915b399ccd934f7450b5357df7b78e36fd (diff)
downloaddoc-f4f8011dfe20f374a52a38b72a87fa92769a6523.tar.gz
fix ccache location
Diffstat (limited to 'core')
-rw-r--r--core/conf/pkgmk.conf2
-rw-r--r--core/ports.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/core/conf/pkgmk.conf b/core/conf/pkgmk.conf
index c94fea7..fe82d4d 100644
--- a/core/conf/pkgmk.conf
+++ b/core/conf/pkgmk.conf
@@ -50,7 +50,7 @@ PKGMK_WORK_DIR="/usr/ports/work/$name"
 
 ## 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"
 #
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>