system/kvm-kmod: Fix the depmod call in doinst.sh

This commit is contained in:
Robby Workman 2010-05-19 12:52:36 -05:00
parent e6d4b520df
commit c3a301d10b

View file

@ -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