summaryrefslogtreecommitdiff
path: root/dev-tex/latex2html/files/latex2html-2017.2-dotinc.patch
blob: e7f29ad5779c1d974813f18d3bb1498b2b74a406 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
diff -ruN latex2html-2017.2.orig/config/build.pl latex2html-2017.2/config/build.pl
--- latex2html-2017.2.orig/config/build.pl	2017-01-23 17:14:25.000000000 -0000
+++ latex2html-2017.2/config/build.pl	2017-08-04 09:13:26.040867263 -0000
@@ -145,6 +145,7 @@
 # Read in the system's configuration
 use FindBin;
 use lib "$FindBin::Bin/..";
+use lib "$FindBin::Bin";
 use cfgcache;
 
 my $dd = $cfg{'dd'};
diff -ruN latex2html-2017.2.orig/config/config.pl latex2html-2017.2/config/config.pl
--- latex2html-2017.2.orig/config/config.pl	2017-01-23 17:14:25.000000000 -0000
+++ latex2html-2017.2/config/config.pl	2017-08-04 09:13:45.500980317 -0000
@@ -435,6 +435,7 @@
 
 use FindBin;
 use lib "$FindBin::Bin/..";
+use lib "$FindBin::Bin";
 use L2hos;
 
 #use diagnostics;
diff -ruN latex2html-2017.2.orig/config/install.pl latex2html-2017.2/config/install.pl
--- latex2html-2017.2.orig/config/install.pl	2017-08-04 09:08:53.608284554 -0000
+++ latex2html-2017.2/config/install.pl	2017-08-04 09:13:57.116047796 -0000
@@ -183,6 +183,7 @@
 
 use FindBin;
 use lib "$FindBin::Bin/..";
+use lib "$FindBin::Bin";
 use cfgcache;
 use L2hos;