kmod: create lsmod symlink in /usr/bin (merge /usr)

Forgot it in the last commit...
This commit is contained in:
Xi Ruoyao 2021-05-22 00:06:08 +08:00
parent e3471c8c4d
commit dc90d88882
No known key found for this signature in database
GPG Key ID: D95E4716CCBB34DC

View File

@ -79,7 +79,7 @@ for target in depmod insmod lsmod modinfo modprobe rmmod; do
ln -sfv ../bin/kmod /usr/sbin/$target
done
ln -sfv kmod /bin/lsmod</userinput></screen>
ln -sfv kmod /usr/bin/lsmod</userinput></screen>
</sect2>