summaryrefslogtreecommitdiffstats
path: root/system/cdfs/doinst.sh
diff options
context:
space:
mode:
author markus reichelt2011-07-20 16:00:52 +0200
committer Robby Workman2011-07-22 05:52:14 +0200
commit17904ae9c5407dc5dd3e57be81a61136d978c155 (patch)
tree40afb3fda241d6bb0844acc192dc2f0668d3a20b /system/cdfs/doinst.sh
parent2347057e381142b044dd6bc981c6985ec8c17d5a (diff)
downloadslackbuilds-17904ae9c5407dc5dd3e57be81a61136d978c155.tar.gz
system/cdfs: Fix depmod call in doinst + cleanup.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'system/cdfs/doinst.sh')
-rw-r--r--system/cdfs/doinst.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/system/cdfs/doinst.sh b/system/cdfs/doinst.sh
index 57abf59843..766ff48186 100644
--- a/system/cdfs/doinst.sh
+++ b/system/cdfs/doinst.sh
@@ -1,2 +1 @@
-chroot . /sbin/depmod -ae @KERNEL@
-
+chroot . /sbin/depmod -a @KERNEL@