diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2010-05-21 01:19:16 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-21 01:19:16 -0500 |
commit | b2ad6871bc6e006499af6b79c931c7c0f75c2a80 (patch) | |
tree | 4aebaa32b8f1a8628181b3afea3c3aeb82b93ecf /system/cdfs | |
parent | 76b7b1827e806864730770d9682e9227e9529d68 (diff) | |
download | slackbuilds-b2ad6871bc6e006499af6b79c931c7c0f75c2a80.tar.gz |
system/cdfs: Fix the depmod call in doinst.sh
Diffstat (limited to 'system/cdfs')
-rw-r--r-- | system/cdfs/doinst.sh | 2 |
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@ |