From 4402f20224b2cac121b5e788e4395ff4809b6371 Mon Sep 17 00:00:00 2001 From: wiktor w brodlo Date: Sun, 14 Aug 2011 13:34:35 +0000 Subject: fix LC_ALL issue --- gentoo/utils.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gentoo') diff --git a/gentoo/utils.py b/gentoo/utils.py index 017c8d4..808202b 100644 --- a/gentoo/utils.py +++ b/gentoo/utils.py @@ -759,12 +759,12 @@ class GentooInstall: """ - action = _("System Installation") - anaconda._intf.instProgress.terminal.run_command("tar xvjpf /tmp/stage3.tar.bz2 -C "+self._root) + action = _("Unpacking stage3") + anaconda._intf.instProgress.terminal.run_command("tar xvjpf "+productPath+" -C "+self._root) self._progress.set_fraction(1) - self._progress.set_text(_("Installation complete")) + self._progress.set_text(_("Unpacking stage3 complete")) def language_packs_install(self): return -- cgit v1.2.3-65-gdbad