mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
system/kvm-kmod: Fix the depmod call in doinst.sh
This commit is contained in:
parent
e6d4b520df
commit
c3a301d10b
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# Re-generate modules.dep and map files.
|
||||
if [ -x sbin/depmod ]; then
|
||||
chroot . /sbin/depmod -ae @KERNEL@ 1> /dev/null 2> /dev/null
|
||||
chroot . /sbin/depmod -a @KERNEL@ 1> /dev/null 2> /dev/null
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue