aboutsummaryrefslogtreecommitdiffstats
path: root/community/html2text/path-config.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/html2text/path-config.patch')
-rw-r--r--community/html2text/path-config.patch15
1 files changed, 15 insertions, 0 deletions
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@