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

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