From 3ffd592783183831a9af2a9ca3153c39ec6daf7d Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Sat, 17 Dec 2005 18:04:56 +0000 Subject: Pass a valid path to the --prefix switch of module-init-tools' configure script git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7225 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/module-init-tools.xml | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) (limited to 'chapter06') diff --git a/chapter06/module-init-tools.xml b/chapter06/module-init-tools.xml index 947957465..798480978 100644 --- a/chapter06/module-init-tools.xml +++ b/chapter06/module-init-tools.xml @@ -39,23 +39,7 @@ make distclean Prepare Module-Init-Tools for compilation: -./configure --prefix="" --mandir=/usr/share/man \ - --enable-zlib - -The meaning of the configure options: - - - ---mandir=/usr/share/man -This ensures the man pages are installed in the correct -location. - - ---enable-zlib -This allows the Module-Init-Tools package to handle compressed -kernel modules. - - +./configure --prefix=/ --enable-zlib Compile the package: -- cgit v1.2.3-54-g00ecf