summaryrefslogtreecommitdiffstats
path: root/system/kvm
diff options
context:
space:
mode:
author Robby Workman2010-05-19 19:52:56 +0200
committer Robby Workman2010-05-21 08:19:46 +0200
commit46ad2866eabe16b466e1c4023b48b19747855f04 (patch)
treea064f50a69e02894f3c3af9ad2ffc513cc1afa2b /system/kvm
parentc3a301d10be498c7fb5b350bbd3151de9f938b43 (diff)
downloadslackbuilds-46ad2866eabe16b466e1c4023b48b19747855f04.tar.gz
system/kvm: Fix the depmod call in doinst.sh
Diffstat (limited to 'system/kvm')
-rw-r--r--system/kvm/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/kvm/doinst.sh b/system/kvm/doinst.sh
index a91532f67e..6510094161 100644
--- a/system/kvm/doinst.sh
+++ b/system/kvm/doinst.sh
@@ -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