[Lunar-commits] <moonbase> kmod: fix the man pages install path.

Florin Braescu florin at lunar-linux.org
Mon Mar 19 21:17:46 CET 2012


commit baa253bfb828abbade03f2022257d59b7bf51204
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Mon Mar 19 21:17:46 2012 +0100

    kmod: fix the man pages install path.
---
 kernel/kmod/BUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/kernel/kmod/BUILD b/kernel/kmod/BUILD
index 3504217..92925a0 100644
--- a/kernel/kmod/BUILD
+++ b/kernel/kmod/BUILD
@@ -13,9 +13,10 @@
   ./autogen.sh   &&
 
 
-  ./configure   --prefix=      \
-                --libdir=/lib  \
-                $OPTS         &&
+  ./configure  --prefix=      \
+               --libdir=/lib  \
+               --mandir=/usr/share/man \
+               $OPTS  &&
 
   sedit "s:\${prefix}/include:/usr/include:"  Makefile  &&
   default_make  &&


More information about the Lunar-commits mailing list