From f06143cc26251bb1f902b590adebb7638167a0de Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Thu, 12 Apr 2001 13:02:44 +0000 Subject: fixed log of packdrake. --- perl-install/lang.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/lang.pm') diff --git a/perl-install/lang.pm b/perl-install/lang.pm index d784b077e..a1f62802f 100644 --- a/perl-install/lang.pm +++ b/perl-install/lang.pm @@ -307,7 +307,7 @@ sub set { eval { commands::rm("-r", "$ENV{SHARE_PATH}/locale") }; eval { require packdrake; - my $packer = new packdrake("$ENV{SHARE_PATH}/locale.cz2"); + my $packer = new packdrake("$ENV{SHARE_PATH}/locale.cz2", quiet => 1); $packer->extract_archive("$ENV{SHARE_PATH}/locale", "UTF-8", $languages{$lang}[2]); }; } -- cgit v1.2.1