From b569e2ef0fadffe4a1ca11ae656fb70ac447d0e2 Mon Sep 17 00:00:00 2001 From: Michael E Brown Date: Sat, 17 Nov 2007 12:50:13 -0600 Subject: add to pre-existing deps, dont replace. --- src/py-libs/plugins/ccache.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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) -- cgit