aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2016-05-26 06:56:18 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2016-05-26 06:56:18 +0000
commit5d10561871278401fbec2c0c116b362e36b556eb (patch)
treeaeb481e14e0187ca2c563d27ff5f7cbfec9f0a1c /testing
parente80b6884ae24d30ca79f7aeece477bee42714eed (diff)
downloadaports-5d10561871278401fbec2c0c116b362e36b556eb.tar.bz2
aports-5d10561871278401fbec2c0c116b362e36b556eb.tar.xz
testing/html2text: added forgot patch..
Diffstat (limited to 'testing')
-rw-r--r--testing/html2text/path-config.patch15
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@