diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-12-17 18:04:56 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-12-17 18:04:56 +0000 |
commit | 3ffd592783183831a9af2a9ca3153c39ec6daf7d (patch) | |
tree | ab8e81eaa8fbf9435ca9bd4aebd940921719bbf7 /chapter06 | |
parent | 64aeb1e5a9efdd1fb493830bbfaee223f7066a02 (diff) |
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
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/module-init-tools.xml | 18 |
1 files changed, 1 insertions, 17 deletions
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</userinput></screen> <para>Prepare Module-Init-Tools for compilation:</para> -<screen><userinput>./configure --prefix="" --mandir=/usr/share/man \ - --enable-zlib</userinput></screen> - -<para>The meaning of the configure options:</para> - -<variablelist> -<varlistentry> -<term><parameter>--mandir=/usr/share/man</parameter></term> -<listitem><para>This ensures the man pages are installed in the correct -location.</para></listitem> -</varlistentry> -<varlistentry> -<term><parameter>--enable-zlib</parameter></term> -<listitem><para>This allows the Module-Init-Tools package to handle compressed -kernel modules.</para></listitem> -</varlistentry> -</variablelist> +<screen><userinput>./configure --prefix=/ --enable-zlib</userinput></screen> <para>Compile the package:</para> |