From 09c9838078ea87bd689ab434cd23620f714d5324 Mon Sep 17 00:00:00 2001 From: Francesco Colista Date: Thu, 26 May 2016 07:07:33 +0000 Subject: community/html2text: moved from testing --- community/html2text/path-config.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 community/html2text/path-config.patch (limited to 'community/html2text/path-config.patch') diff --git a/community/html2text/path-config.patch b/community/html2text/path-config.patch new file mode 100644 index 0000000000..6c88ef3d56 --- /dev/null +++ b/community/html2text/path-config.patch @@ -0,0 +1,15 @@ +diff --git a/Makefile.in b/Makefile.in +index e1a9f27..1feb56f 100644 +--- a/Makefile.in ++++ b/Makefile.in +@@ -29,8 +29,8 @@ BISONXX = bison++ + YFLAGS = + + INSTALLER = install +-BINDIR = /usr/local/bin +-MANDIR = /usr/local/man ++BINDIR = /usr/bin ++MANDIR = /usr/share/man + DOCDIR = /usr/share/doc/html2text + + CXX = @CXX@ -- cgit v1.2.3