diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-04-11 14:49:03 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-04-11 14:49:03 +0000 |
commit | a6d9a75354688e1f0c837f0456078f7afe17fbd5 (patch) | |
tree | 18dcf25193ffe1565712277c75c4585406876ca4 /perl-install/install_steps_interactive.pm | |
parent | 29f26f9ebe878edd8e1c4f1e8373063b554e25f1 (diff) | |
download | drakx-a6d9a75354688e1f0c837f0456078f7afe17fbd5.tar drakx-a6d9a75354688e1f0c837f0456078f7afe17fbd5.tar.gz drakx-a6d9a75354688e1f0c837f0456078f7afe17fbd5.tar.bz2 drakx-a6d9a75354688e1f0c837f0456078f7afe17fbd5.tar.xz drakx-a6d9a75354688e1f0c837f0456078f7afe17fbd5.zip |
translate the ``path'' in profile selection
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r-- | perl-install/install_steps_interactive.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index b8937f29c..4725ed1e9 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -595,7 +595,7 @@ sub reallyChooseGroups { (map {; my $old = $path; $path = $o->{compssUsers}{$_}{path}; - if_($old ne $path, { val => $path }), + if_($old ne $path, { val => translate($path) }), { val => \$val->{$_}, type => 'bool', |