From ed7a6a3d7d1fb206cb2df27b610d35b438d110a3 Mon Sep 17 00:00:00 2001 From: Brenton Earl Date: Wed, 18 Nov 2015 23:28:31 +0700 Subject: python/halberd: Added (HTTP load balancer detector). Signed-off-by: Willy Sudiarto Raharjo --- python/halberd/make-pdf-manual.diff | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 python/halberd/make-pdf-manual.diff (limited to 'python/halberd/make-pdf-manual.diff') diff --git a/python/halberd/make-pdf-manual.diff b/python/halberd/make-pdf-manual.diff new file mode 100644 index 000000000000..6eae15bdd072 --- /dev/null +++ b/python/halberd/make-pdf-manual.diff @@ -0,0 +1,14 @@ + +Corrects the path to the latex binary on Slackware. + +--- halberd-0.2.4.orig/doc/GNUmakefile 2015-11-17 19:57:03.993466727 -0700 ++++ halberd-0.2.4/doc/GNUmakefile 2015-11-17 19:58:43.780459960 -0700 +@@ -15,7 +15,7 @@ + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + +-LATEX := /usr/bin/latex ++LATEX := /usr/share/texmf/bin/latex + DVIPDF := /usr/bin/dvipdf + LATEX2HTML := /usr/bin/latex2html + -- cgit v1.2.3