mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
kmod: do not install lsmod both in /usr/sbin and /usr/bin
This commit is contained in:
parent
dc90d88882
commit
c31e35bd8a
@ -75,7 +75,7 @@
|
||||
|
||||
<screen><userinput remap="install">make install
|
||||
|
||||
for target in depmod insmod lsmod modinfo modprobe rmmod; do
|
||||
for target in depmod insmod modinfo modprobe rmmod; do
|
||||
ln -sfv ../bin/kmod /usr/sbin/$target
|
||||
done
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user