summaryrefslogtreecommitdiffstats
path: root/perl-install/lang.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/lang.pm')
-rw-r--r--perl-install/lang.pm2
1 files changed, 1 insertions, 1 deletions
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]);
};
}