Bläddra i källkod

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
Matthew Burgess 19 år sedan
förälder
incheckning
3ffd592783
2 ändrade filer med 5 tillägg och 17 borttagningar
  1. 4 0
      chapter01/changelog.xml
  2. 1 17
      chapter06/module-init-tools.xml

+ 4 - 0
chapter01/changelog.xml

@@ -114,6 +114,10 @@ First a summary, then a detailed log.</para>
 </itemizedlist>
 </listitem>
 
+<listitem><para>December 17, 2005 [matt]: Pass a valid path to
+module-init-tools' --prefix configure switch and remove the now unnecessary
+--mandir switch</para></listitem>
+
 <listitem><para>December 17, 2005 [matt]: Symlink Vim's documentation to
 /usr/share/doc.  Fixes bug 1610.  Thanks to Randy McMurchy for the original
 report and to Ken and Jeremy for their investigations into the fix.</para>

+ 1 - 17
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>