mirror of
https://github.com/haproxy/haproxy.git
synced 2026-03-23 19:03:06 -04:00
[BUILD] fix MANDIR default location to match documentation
I found this while building for Fedora.
This commit is contained in:
parent
097e947499
commit
a2b53f8831
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -62,7 +62,7 @@
|
|||
DESTDIR =
|
||||
PREFIX = /usr/local
|
||||
SBINDIR = $(PREFIX)/sbin
|
||||
MANDIR = $(PREFIX)/man
|
||||
MANDIR = $(PREFIX)/share/man
|
||||
DOCDIR = $(PREFIX)/doc/haproxy
|
||||
|
||||
#### TARGET system
|
||||
|
|
|
|||
Loading…
Reference in a new issue