Author: alexander
Date: 2007-11-08 05:22:08 -0700 (Thu, 08 Nov 2007)
New Revision: 2132

Modified:
   trunk/packages/module-init-tools/Makefile
Log:
Fixed path to the installed manual pages of module-init-tools
(was /share/man because of undesired interaction with config.site)


Modified: trunk/packages/module-init-tools/Makefile
===================================================================
--- trunk/packages/module-init-tools/Makefile   2007-11-07 15:56:35 UTC (rev 
2131)
+++ trunk/packages/module-init-tools/Makefile   2007-11-08 12:22:08 UTC (rev 
2132)
@@ -25,9 +25,9 @@
 
 compile-stage2:
        patch -Np1 -i ../$(PATCH1)
-       ./configure --prefix=/ --enable-zlib
+       ./configure --prefix=/ --mandir=/usr/share/man --enable-zlib
        make
-       make install
+       make INSTALL=install install
        install -m644 $(ROOT)/etc/modprobe.conf /etc/modprobe.conf
 
 clean:

-- 
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to