summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-04-11 14:49:03 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-04-11 14:49:03 +0000
commita6d9a75354688e1f0c837f0456078f7afe17fbd5 (patch)
tree18dcf25193ffe1565712277c75c4585406876ca4 /perl-install/install_steps_interactive.pm
parent29f26f9ebe878edd8e1c4f1e8373063b554e25f1 (diff)
downloaddrakx-backup-do-not-use-a6d9a75354688e1f0c837f0456078f7afe17fbd5.tar
drakx-backup-do-not-use-a6d9a75354688e1f0c837f0456078f7afe17fbd5.tar.gz
drakx-backup-do-not-use-a6d9a75354688e1f0c837f0456078f7afe17fbd5.tar.bz2
drakx-backup-do-not-use-a6d9a75354688e1f0c837f0456078f7afe17fbd5.tar.xz
drakx-backup-do-not-use-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.pm2
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',