diff options
-rw-r--r-- | testing/html2text/path-config.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/testing/html2text/path-config.patch b/testing/html2text/path-config.patch new file mode 100644 index 0000000000..6c88ef3d56 --- /dev/null +++ b/testing/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@ |