diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2010-05-19 12:52:09 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-21 01:19:25 -0500 |
commit | e6d4b520df458d39e9e220769ea940dd45f48c33 (patch) | |
tree | 648cc7dd203a35a3183bf07c9f75e70ac5295702 /system/lirc | |
parent | b2ad6871bc6e006499af6b79c931c7c0f75c2a80 (diff) | |
download | slackbuilds-e6d4b520df458d39e9e220769ea940dd45f48c33.tar.gz |
system/lirc: Fix the depmod call in doinst.sh
Diffstat (limited to 'system/lirc')
-rw-r--r-- | system/lirc/doinst.sh | 2 |
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 |