summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Robby Workman2010-05-19 19:52:09 +0200
committer Robby Workman2010-05-21 08:19:25 +0200
commite6d4b520df458d39e9e220769ea940dd45f48c33 (patch)
tree648cc7dd203a35a3183bf07c9f75e70ac5295702 /system
parentb2ad6871bc6e006499af6b79c931c7c0f75c2a80 (diff)
downloadslackbuilds-e6d4b520df458d39e9e220769ea940dd45f48c33.tar.gz
system/lirc: Fix the depmod call in doinst.sh
Diffstat (limited to 'system')
-rw-r--r--system/lirc/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/lirc/doinst.sh b/system/lirc/doinst.sh
index 404db1c946..6bada45921 100644
--- a/system/lirc/doinst.sh
+++ b/system/lirc/doinst.sh
@@ -14,5 +14,5 @@ config etc/lircrc.new
config etc/logrotate.d/lirc.new
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