From b2ad6871bc6e006499af6b79c931c7c0f75c2a80 Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Fri, 21 May 2010 01:19:16 -0500 Subject: system/cdfs: Fix the depmod call in doinst.sh --- system/cdfs/doinst.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system') 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@ -- cgit v1.2.3