diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-05-26 06:56:18 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-05-26 06:56:18 +0000 |
commit | 5d10561871278401fbec2c0c116b362e36b556eb (patch) | |
tree | aeb481e14e0187ca2c563d27ff5f7cbfec9f0a1c | |
parent | e80b6884ae24d30ca79f7aeece477bee42714eed (diff) | |
download | aports-5d10561871278401fbec2c0c116b362e36b556eb.tar.bz2 aports-5d10561871278401fbec2c0c116b362e36b556eb.tar.xz |
testing/html2text: added forgot patch..
-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@ |