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