Author: matthew Date: 2005-12-17 11:04:56 -0700 (Sat, 17 Dec 2005) New Revision: 7225
Modified: trunk/BOOK/chapter01/changelog.xml trunk/BOOK/chapter06/module-init-tools.xml Log: Pass a valid path to the --prefix switch of module-init-tools' configure script Modified: trunk/BOOK/chapter01/changelog.xml =================================================================== --- trunk/BOOK/chapter01/changelog.xml 2005-12-17 18:00:15 UTC (rev 7224) +++ trunk/BOOK/chapter01/changelog.xml 2005-12-17 18:04:56 UTC (rev 7225) @@ -114,6 +114,10 @@ </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> Modified: trunk/BOOK/chapter06/module-init-tools.xml =================================================================== --- trunk/BOOK/chapter06/module-init-tools.xml 2005-12-17 18:00:15 UTC (rev 7224) +++ trunk/BOOK/chapter06/module-init-tools.xml 2005-12-17 18:04:56 UTC (rev 7225) @@ -39,24 +39,8 @@ <para>Prepare Module-Init-Tools for compilation:</para> -<screen><userinput>./configure --prefix="" --mandir=/usr/share/man \ - --enable-zlib</userinput></screen> +<screen><userinput>./configure --prefix=/ --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> - <para>Compile the package:</para> <screen><userinput>make</userinput></screen> -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
