Changeset aa976fe


Ignore:
Timestamp:
02/18/2014 05:06:32 PM (10 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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, 7.5, 7.6, 7.7, 7.8, 7.9, 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:
4028929
Parents:
3dc9543
Message:

Really fix the kmod man page issue

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10481 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/kmod.xml

    r3dc9543 raa976fe  
    4848            --sysconfdir=/etc      \
    4949            --with-rootlibdir=/lib \
     50            --disable-manpages     \
    5051            --with-xz              \
    5152            --with-zlib</userinput></screen>
     
    6061        </listitem>
    6162      </varlistentry>
    62 <!--
     63
    6364      <varlistentry>
    6465        <term><parameter>- -disable-manpages</parameter></term>
     
    6970        </listitem>
    7071      </varlistentry>
    71 -->
     72
    7273      <varlistentry>
    7374        <term><parameter>--with-rootlibdir=/lib</parameter></term>
     
    8889<screen><userinput remap="test">make check</userinput></screen>
    8990
    90     <para>Install the package, and create symlinks for compatibility with
    91     Module-Init-Tools, the package that previously handled Linux kernel modules.
    92     Also make sure that all libraries are in the correct directory:
    93     </para>
     91    <para>Install the package, create symlinks for compatibility with
     92    Module-Init-Tools (the package that previously handled Linux kernel
     93    modules), and manually install the man pages.  Also make sure that all
     94    libraries are in the correct directory: </para>
    9495
    9596<screen><userinput remap="install">make install
     
    99100done
    100101
    101 ln -sv kmod /bin/lsmod</userinput></screen>
     102ln -sv kmod /bin/lsmod
     103
     104cp -v man/*.5 /usr/share/man/man5
     105cp -v man/*.8 /usr/share/man/man8</userinput></screen>
    102106
    103107  </sect2>
Note: See TracChangeset for help on using the changeset viewer.