diff options
author | Heinz Wiesinger <pprkut@liwjatan.at> | 2010-05-14 23:46:49 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackware.com> | 2010-05-14 23:46:49 +0200 |
commit | 298751b2fa9815e282cd348ac6ee1b82881e0c2d (patch) | |
tree | 3ace28def71a5a1441c331e8764aa84804cf388a /system/virtualbox-kernel/doinst.sh | |
parent | e4b0c711c951296aac0dea3285f6e44b992f4ab1 (diff) | |
download | slackbuilds-298751b2fa9815e282cd348ac6ee1b82881e0c2d.tar.gz |
system/virtualbox-kernel: Updated for version 3.1.6.
Diffstat (limited to 'system/virtualbox-kernel/doinst.sh')
-rw-r--r-- | system/virtualbox-kernel/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/virtualbox-kernel/doinst.sh b/system/virtualbox-kernel/doinst.sh index 03d260b752..766ff48186 100644 --- a/system/virtualbox-kernel/doinst.sh +++ b/system/virtualbox-kernel/doinst.sh @@ -1 +1 @@ -chroot . /sbin/depmod -ae @KERNEL@ +chroot . /sbin/depmod -a @KERNEL@ |