mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-11 06:44:13 +01: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
|
<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
|
ln -sfv ../bin/kmod /usr/sbin/$target
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user