haproxy/haproxy-1.3-mandir.patch

27 lines
641 B
Diff
Raw Normal View History

From a2b53f8831b84b7c8647d7e960b84defd3bcbfa8 Mon Sep 17 00:00:00 2001
From: Jeremy Hinegardner <jeremy@hinegardner.org>
Date: Sat, 15 Nov 2008 17:29:03 -0700
Subject: [PATCH] [BUILD] fix MANDIR default location to match documentation
I found this while building for Fedora.
---
Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile
index bf172f6..eb72de6 100644
--- a/Makefile
+++ b/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
--
1.5.5.1