From 1f801cf7bb19e418671cb46083c6f7e672e1b854 Mon Sep 17 00:00:00 2001
From: Alberto Bertogli <albertito@blitiri.com.ar>
Date: Fri, 24 Jul 2009 20:45:07 -0300
Subject: [PATCH 50/74] Install manpages to $(PREFIX)/share/man

That's the place LFS says they should go, not $(PREFIX)/man.

Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar>
---
 libjio/Makefile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libjio/Makefile b/libjio/Makefile
index f3b17b4..c78e4a8 100644
--- a/libjio/Makefile
+++ b/libjio/Makefile
@@ -92,8 +92,8 @@ install: all
 	$(INSTALL) -m 644 libjio.pc $(PREFIX)/lib/pkgconfig
 	$(INSTALL) -d $(PREFIX)/bin
 	$(INSTALL) -m 0775 jiofsck $(PREFIX)/bin
-	$(INSTALL) -d $(PREFIX)/man/man3
-	$(INSTALL) -m 0644 libjio.3 $(PREFIX)/man/man3/
+	$(INSTALL) -d $(PREFIX)/share/man/man3
+	$(INSTALL) -m 0644 libjio.3 $(PREFIX)/share/man/man3/
 	@echo
 	@echo "Please run ldconfig to update your library cache"
 	@echo
-- 
1.6.2.2.646.gb214

