From f4f8011dfe20f374a52a38b72a87fa92769a6523 Mon Sep 17 00:00:00 2001 From: Silvino Date: Tue, 11 Jun 2019 01:02:28 +0100 Subject: fix ccache location --- core/conf/pkgmk.conf | 2 +- core/ports.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'core') 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 @@
         # 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"
         
-- cgit 1.4.1-2-gfad0