diff options
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 |