diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-10-06 16:19:58 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-10-06 16:19:58 +0000 |
commit | c6ebdfbb16c2615e902b9a843608f4e293b03bc0 (patch) | |
tree | 5ed39784923c72370b3df819f3695d5e236092b8 /perl-install/install_steps.pm | |
parent | 547cad45ce2a45fee5a42bb98145c3a6f443f33a (diff) | |
download | drakx-c6ebdfbb16c2615e902b9a843608f4e293b03bc0.tar drakx-c6ebdfbb16c2615e902b9a843608f4e293b03bc0.tar.gz drakx-c6ebdfbb16c2615e902b9a843608f4e293b03bc0.tar.bz2 drakx-c6ebdfbb16c2615e902b9a843608f4e293b03bc0.tar.xz drakx-c6ebdfbb16c2615e902b9a843608f4e293b03bc0.zip |
no_comment
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r-- | perl-install/install_steps.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 38b490c62..5934476c4 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -440,7 +440,7 @@ Consoles 1,3,4,7 may also contain interesting information"; # substInFile { s/^urpmi\n//; $_ .= "urpmi\n" if eof } "$msec/group.conf" if -d $msec; } if (my $charset = lang::charset($o->{lang}, $o->{prefix})) { - update_userkderc("$o->{prefix}/usr/share/config/kdeglobals", 'Locale', Charset => $charset); + eval { update_userkderc("$o->{prefix}/usr/share/config/kdeglobals", 'Locale', Charset => $charset) }; } # #- update language and icons for KDE. |