From b52a95a726bfbbec31164e93801747f51332d75a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fatih=20A=C5=9F=C4=B1c=C4=B1?= Date: Sun, 20 Feb 2011 18:12:17 +0000 Subject: [PATCH] build: Colorize unpack message --- 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 80c6fe14..0e2314f3 100644 --- a/pisi/operations/build.py +++ b/pisi/operations/build.py @@ -490,7 +490,7 @@ class Builder: self.sourceArchives.fetch() def unpack_source_archives(self): - ctx.ui.info(_("Unpacking archive(s)...")) + ctx.ui.action(_("Unpacking archive(s)...")) self.sourceArchives.unpack(self.pkg_work_dir()) # apply the patches and prepare a source directory for build. if self.apply_patches():