From e043985d033951f499e41c9a6fbfa98e84ac027f Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Wed, 19 Feb 2014 22:21:37 +0000 Subject: Spelling and other general cleanup. Use better method for installing kmod man pages. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10489 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/findutils.xml | 2 -- chapter06/kmod.xml | 14 ++++++-------- 2 files changed, 6 insertions(+), 10 deletions(-) (limited to 'chapter06') diff --git a/chapter06/findutils.xml b/chapter06/findutils.xml index 94a2985b0..85e95d979 100644 --- a/chapter06/findutils.xml +++ b/chapter06/findutils.xml @@ -89,11 +89,9 @@ sed -i 's/find:=${BINDIR}/find:=\/bin/' /usr/bin/updatedb Installed programs - Installed directory bigram, code, find, frcode, locate, oldfind, updatedb, and xargs - /usr/lib/findutils diff --git a/chapter06/kmod.xml b/chapter06/kmod.xml index 063433040..06a1e19bb 100644 --- a/chapter06/kmod.xml +++ b/chapter06/kmod.xml @@ -88,21 +88,19 @@ make check - Install the package, create symlinks for compatibility with - Module-Init-Tools (the package that previously handled Linux kernel - modules), and manually install the man pages. Also make sure that all - libraries are in the correct directory: + Install the package, man pages, and create symlinks for + compatibility with Module-Init-Tools (the package that previously handled + Linux kernel modules). Also make sure that all libraries are in the + correct directory: make install +make -C man install for target in depmod insmod modinfo modprobe rmmod; do ln -sv ../bin/kmod /sbin/$target done -ln -sv kmod /bin/lsmod - -cp -v man/*.5 /usr/share/man/man5 -cp -v man/*.8 /usr/share/man/man8 +ln -sv kmod /bin/lsmod -- cgit v1.2.3-54-g00ecf