summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Robby Workman2010-05-21 08:19:16 +0200
committer Robby Workman2010-05-21 08:19:16 +0200
commitb2ad6871bc6e006499af6b79c931c7c0f75c2a80 (patch)
tree4aebaa32b8f1a8628181b3afea3c3aeb82b93ecf /system
parent76b7b1827e806864730770d9682e9227e9529d68 (diff)
downloadslackbuilds-b2ad6871bc6e006499af6b79c931c7c0f75c2a80.tar.gz
system/cdfs: Fix the depmod call in doinst.sh
Diffstat (limited to 'system')
-rw-r--r--system/cdfs/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/cdfs/doinst.sh b/system/cdfs/doinst.sh
index 57abf59843..f786c22372 100644
--- a/system/cdfs/doinst.sh
+++ b/system/cdfs/doinst.sh
@@ -1,2 +1,2 @@
-chroot . /sbin/depmod -ae @KERNEL@
+chroot . /sbin/depmod -a @KERNEL@