operations/build: Fix CCache name to reflect upstream name ccache (pb#17713)

Use ccache instead of CCache which doesn't reflect upstream name

BUG:FIXED:17713
This commit is contained in:
Ozan Çağlayan
2011-04-12 07:10:45 +00:00
parent 2148554f39
commit 0f0bd02ae8
+1 -1
View File
@@ -403,7 +403,7 @@ class Builder:
# Force ccache to use /root/.ccache instead of $HOME/.ccache
# which can be modified through actions.py
os.environ["CCACHE_DIR"] = "/root/.ccache"
ctx.ui.info(_("CCache detected..."))
ctx.ui.info(_("ccache detected..."))
def fetch_files(self):
self.specdiruri = os.path.dirname(self.specuri.get_uri())