Changeset 3ffd592


Ignore:
Timestamp:
12/17/2005 06:04:56 PM (18 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
8e8f0039
Parents:
64aeb1e
Message:

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r64aeb1e r3ffd592  
    115115</listitem>
    116116
     117<listitem><para>December 17, 2005 [matt]: Pass a valid path to
     118module-init-tools' --prefix configure switch and remove the now unnecessary
     119--mandir switch</para></listitem>
     120
    117121<listitem><para>December 17, 2005 [matt]: Symlink Vim's documentation to
    118122/usr/share/doc.  Fixes bug 1610.  Thanks to Randy McMurchy for the original
  • chapter06/module-init-tools.xml

    r64aeb1e r3ffd592  
    4040<para>Prepare Module-Init-Tools for compilation:</para>
    4141
    42 <screen><userinput>./configure --prefix="" --mandir=/usr/share/man \
    43   --enable-zlib</userinput></screen>
    44 
    45 <para>The meaning of the configure options:</para>
    46 
    47 <variablelist>
    48 <varlistentry>
    49 <term><parameter>--mandir=/usr/share/man</parameter></term>
    50 <listitem><para>This ensures the man pages are installed in the correct
    51 location.</para></listitem>
    52 </varlistentry>
    53 <varlistentry>
    54 <term><parameter>--enable-zlib</parameter></term>
    55 <listitem><para>This allows the Module-Init-Tools package to handle compressed
    56 kernel modules.</para></listitem>
    57 </varlistentry>
    58 </variablelist>
     42<screen><userinput>./configure --prefix=/ --enable-zlib</userinput></screen>
    5943
    6044<para>Compile the package:</para>
Note: See TracChangeset for help on using the changeset viewer.