summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2007-06-07 22:28:27 +0000
committerThierry Vignaud <tv@mandriva.org>2007-06-07 22:28:27 +0000
commit73f947fe0f776d11e280ac0da659a81281c6194c (patch)
tree21b3a8339f3d535b14a6a130652daa2f4576c83f
parent4e266ecfe76d5fe13a527f4419de4fedaa35dfd6 (diff)
downloaddrakx-73f947fe0f776d11e280ac0da659a81281c6194c.tar
drakx-73f947fe0f776d11e280ac0da659a81281c6194c.tar.gz
drakx-73f947fe0f776d11e280ac0da659a81281c6194c.tar.bz2
drakx-73f947fe0f776d11e280ac0da659a81281c6194c.tar.xz
drakx-73f947fe0f776d11e280ac0da659a81281c6194c.zip
(search_windows_font) typo fix (ffixxx)
-rwxr-xr-xperl-install/standalone/drakfont2
1 files changed, 1 insertions, 1 deletions
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;
}
}