mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-31 11:21:59 +00:00
Add lsmod link to kmod, missed from r9713.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9733 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
36071b129f
commit
6059af4f29
@ -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 modinfo modprobe rmmod; do
|
||||
for target in depmod insmod lsmod modinfo modprobe rmmod; do
|
||||
ln -sv ../bin/kmod /sbin/$target
|
||||
done
|
||||
ln -sv kmod /bin/lsmod</userinput></screen>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<!ENTITY version "SVN-20120205">
|
||||
<!ENTITY releasedate "Feb 5, 2012">
|
||||
<!ENTITY version "SVN-20120206">
|
||||
<!ENTITY releasedate "Feb 6, 2012">
|
||||
<!ENTITY copyrightdate "1999-2012"><!-- jhalfs needs a literal dash, not – -->
|
||||
<!ENTITY milestone "7.1">
|
||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||
|
Loading…
Reference in New Issue
Block a user