aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2012-02-07 08:05:16 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2012-02-07 08:05:16 +0000
commit9a4c854cbff981a51ab5dcd5776885f8ce9ee82a (patch)
tree4565f64beab4c6f59df4bac55d752c233aec45ed
parent6059af4f2959850035ac3270d607b65f958ade08 (diff)
Revert r9733. lsmod was already installed in /bin.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9734 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter06/kmod.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/kmod.xml b/chapter06/kmod.xml
index 981b7d0a0..736e0d129 100644
--- a/chapter06/kmod.xml
+++ b/chapter06/kmod.xml
@@ -77,7 +77,7 @@ zlib_LIBS="-L/lib -lz" \
</para>
<screen><userinput remap="install">make pkgconfigdir=/usr/lib/pkgconfig install
-for target in depmod insmod lsmod modinfo modprobe rmmod; do
+for target in depmod insmod modinfo modprobe rmmod; do
ln -sv ../bin/kmod /sbin/$target
done
ln -sv kmod /bin/lsmod</userinput></screen>