aboutsummaryrefslogtreecommitdiff
path: root/system/cdfs/doinst.sh
diff options
context:
space:
mode:
authormarkus reichelt <slackbuilds@mareichelt.de>2011-07-20 11:00:52 -0300
committerRobby Workman <rworkman@slackbuilds.org>2011-07-21 22:52:14 -0500
commit17904ae9c5407dc5dd3e57be81a61136d978c155 (patch)
tree40afb3fda241d6bb0844acc192dc2f0668d3a20b /system/cdfs/doinst.sh
parent2347057e381142b044dd6bc981c6985ec8c17d5a (diff)
downloadslackbuilds-17904ae9c5407dc5dd3e57be81a61136d978c155.tar.xz
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 57abf59843fd..766ff4818631 100644
--- a/system/cdfs/doinst.sh
+++ b/system/cdfs/doinst.sh
@@ -1,2 +1 @@
-chroot . /sbin/depmod -ae @KERNEL@
-
+chroot . /sbin/depmod -a @KERNEL@