From 55003f1472479cebdc92a83e96fb060bd6239194 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 8 May 2000 21:18:28 +0000 Subject: no_comment --- perl-install/install_any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_any.pm') diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index 22d5c1c2d..89205de2a 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -357,7 +357,7 @@ Continue at your own risk!")) if !$ok2 && $ok && !$o->{partitioning}{readonly}; } else { my %w; foreach (@win) { my $v = $w{$_->{device_windobe}}++; - $_->{mntpoint} = "/mnt/win_$_->{device_windobe}" . ($v ? $v+1 : ''); + $_->{mntpoint} = "/mnt/win_" . lc($_->{device_windobe}) . ($v ? $v+1 : ''); #- lc cuz of StartOffice(!) cf dadou } } $ok2; -- cgit v1.2.1