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