commit:     c142d2f5c70d254d197343c2d86043a0e8616a46
Author:     Brian Dolbec dolsen <dolsen <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 20 16:29:26 2018 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Fri Jul 20 16:36:15 2018 +0000
URL:        https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=c142d2f5

stagebase.py: Relocate ccache location away from /root/

Signed-off-by: Brian Dolbec dolsen <dolsen <AT> gentoo.org>

 catalyst/base/stagebase.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/catalyst/base/stagebase.py b/catalyst/base/stagebase.py
index e98a289f..d30ed5ce 100644
--- a/catalyst/base/stagebase.py
+++ b/catalyst/base/stagebase.py
@@ -253,7 +253,7 @@ class StageBase(TargetBase, ClearBase, GenBase):
                                ccdir = os.environ["CCACHE_DIR"]
                                del os.environ["CCACHE_DIR"]
                        else:
-                               ccdir = "/root/.ccache"
+                               ccdir = "/var/tmp/ccache"
                        if not os.path.isdir(ccdir):
                                raise CatalystError(
                                        "Compiler cache support can't be 
enabled (can't find " + ccdir+")")

Reply via email to