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

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