summaryrefslogtreecommitdiff
path: root/packages/sys-apps/man/files/man-1.6g-fix-install-location-of-man2html.patch
blob: 0f0b6c50f247b207e50789f49c13008036b6f893 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: Michael Forney
Reason: Fix installation directory of man2html for multiarch
Upstream: Emailed patch to maintainer, will be included in 1.6h

---
 man2html/Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man2html/Makefile.in b/man2html/Makefile.in
index b41eaba..7096dee 100644
--- a/man2html/Makefile.in
+++ b/man2html/Makefile.in
@@ -2,7 +2,7 @@ CC = @CC@
 CFLAGS += -Wall -Wstrict-prototypes -Wmissing-prototypes
 OBJECTS = man2html.o cgibase.o abbrev.o strdefs.o
 EXEEXT = @EXEEXT@
-bindir = $(DESTDIR)$(PREFIX)/usr/bin
+bindir = $(DESTDIR)$(PREFIX)@bindir@
 mandir = $(DESTDIR)$(PREFIX)@mandir@
 vardir = $(DESTDIR)$(PREFIX)/var
 httpdir = $(DESTDIR)$(PREFIX)/home/httpd
-- 
1.8.4