Gentoo Archives: gentoo-catalyst

From: Guy Martin <gmsoft@g.o>
To: gentoo-catalyst@l.g.o
Subject: [gentoo-catalyst] [PATCH 02/11] depscan.sh doesn't exists anymore.
Date: Wed, 05 Feb 2014 10:40:37
Message-Id: 1391596806-14955-3-git-send-email-gmsoft@gentoo.org
In Reply to: [gentoo-catalyst] [PATCH 00/11] Livecd updates for catalyst 3.0 by Guy Martin
1 ---
2 targets/support/post-kmerge.sh | 1 -
3 1 file changed, 1 deletion(-)
4
5 diff --git a/targets/support/post-kmerge.sh b/targets/support/post-kmerge.sh
6 index c17680c..58b2e08 100755
7 --- a/targets/support/post-kmerge.sh
8 +++ b/targets/support/post-kmerge.sh
9 @@ -7,6 +7,5 @@ source /tmp/chroot-functions.sh
10 # Only run depscan.sh if modules exist
11 if [ -n "$(ls /lib/modules)" ]
12 then
13 - /sbin/depscan.sh
14 find /lib/modules -name modules.dep -exec touch {} \;
15 fi
16 --
17 1.8.3.2