ac80da
--- latex2html-2002-2-1/config/config.pl.gsfont	2002-09-28 07:15:01.000000000 +0200
ac80da
+++ latex2html-2002-2-1/config/config.pl	2005-03-16 10:50:17.392513136 +0100
ac80da
@@ -1176,7 +1176,7 @@
ac80da
               push(@right_paths,L2hos->path2os($testpath));
ac80da
               $gs_lib = 1;
ac80da
             }
ac80da
-            $testpath .= "${dd}fonts" unless($testpath =~ /\Q$dd\Efonts$/i);
ac80da
+            $testpath .= "${dd}fonts" unless($testpath =~ /\Q$dd\Efonts/i);
ac80da
             if(!$gs_fonts && -d $testpath) {
ac80da
               push(@right_paths,L2hos->path2os($testpath));
ac80da
               $gs_fonts = 1;