From 0f0bd02ae8b039a5b68607c978c668e11d63f04a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ozan=20=C3=87a=C4=9Flayan?= Date: Tue, 12 Apr 2011 07:10:45 +0000 Subject: [PATCH] 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 --- pisi/operations/build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pisi/operations/build.py b/pisi/operations/build.py index 522320a0..94530bb8 100644 --- a/pisi/operations/build.py +++ b/pisi/operations/build.py @@ -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())