git » libjio » commit 1f801cf

Install manpages to $(PREFIX)/share/man

author Alberto Bertogli
2009-07-24 23:45:07 UTC
committer Alberto Bertogli
2009-07-24 23:45:07 UTC
parent 99d4c9e26bc3c3736caf7766efd26200c3e899da

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 +2 -2

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