From 73f947fe0f776d11e280ac0da659a81281c6194c Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 7 Jun 2007 22:28:27 +0000 Subject: (search_windows_font) typo fix (ffixxx) --- perl-install/standalone/drakfont | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/standalone/drakfont b/perl-install/standalone/drakfont index 33d200fb4..160be714d 100755 --- a/perl-install/standalone/drakfont +++ b/perl-install/standalone/drakfont @@ -219,7 +219,7 @@ sub search_windows_font() { !$replace && any { /$i/ } @installed_fonts and next; my $subdir = $_->[1]; any { /$i$/ } @font_list or push @font_list, - grep { -e $_ } map { ("$win_dir/w$subdir/fonts/$_", + grep { -e $_ } map { ("$win_dir/$subdir/fonts/$_", "$win_dir/$subdir/Fonts/$_") } $i; } } -- cgit v1.2.1