summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/py-libs/plugins/ccache.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/py-libs/plugins/ccache.py b/src/py-libs/plugins/ccache.py
index be536b2..27ec405 100644
--- a/src/py-libs/plugins/ccache.py
+++ b/src/py-libs/plugins/ccache.py
@@ -29,7 +29,7 @@ class CCache(object):
self.ccachePath = self.ccache_opts['dir'] % self.ccache_opts
self.rootdir = rootObj.rootdir
rootObj.ccacheObj = self
- rootObj.preExistingDeps = "ccache"
+ rootObj.preExistingDeps = rootObj.preExistingDeps + " ccache "
rootObj.addHook("prebuild", self._ccacheBuildHook)
rootObj.addHook("preinit", self._ccachePreInitHook)
rootObj.umountCmds.append('umount -n %s/tmp/ccache' % rootObj.rootdir)