build: Colorize unpack message

This commit is contained in:
Fatih Aşıcı
2011-02-20 18:12:17 +00:00
parent 6da11cab30
commit b52a95a726
+1 -1
View File
@@ -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():