Blame SOURCES/latex2html-2002-2-1-SHLIB.patch

f15796
--- latex2html-2002-2-1/config/config.pl.orig	2004-11-02 20:17:57.000000000 +0900
f15796
+++ latex2html-2002-2-1/config/config.pl	2004-11-02 20:48:22.024993493 +0900
f15796
@@ -1915,12 +1915,12 @@
f15796
 else {
f15796
   # similar to the perl installation procedure, append latex2html only
f15796
   # if it does not appear in the PREFIX
f15796
-  if($newcfg{'PREFIX'} =~ /l2h|latex2html/i) {
f15796
-    $newcfg{'SHLIBDIR'} = $newcfg{'PREFIX'};
f15796
-  }
f15796
-  else {
f15796
+#  if($newcfg{'PREFIX'} =~ /l2h|latex2html/i) {
f15796
+#    $newcfg{'SHLIBDIR'} = $newcfg{'PREFIX'};
f15796
+#  }
f15796
+#  else {
f15796
     $newcfg{'SHLIBDIR'} = "$newcfg{'PREFIX'}${dd}share${dd}lib${dd}latex2html";
f15796
-  }
f15796
+#  }
f15796
 }
f15796
 add_drive_letter($newcfg{'SHLIBDIR'});
f15796