1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 12:15:32 +03:00
aports/community/html2text/path-config.patch
2016-05-26 07:07:33 +00:00

15 lines
352 B
Diff

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@