Gentoo Archives: gentoo-catalyst

From: Brian Dolbec <dolsen@g.o>
To: gentoo-catalyst@l.g.o
Subject: [gentoo-catalyst] [PATCH 03/17] depscan.sh doesn't exists anymore.
Date: Sat, 22 Mar 2014 17:03:55
Message-Id: 1395507795-13754-4-git-send-email-dolsen@gentoo.org
In Reply to: [gentoo-catalyst] 2.X bugfixes by Brian Dolbec
1 From: Guy Martin <gmsoft@g.o>
2
3 ---
4 targets/support/post-kmerge.sh | 1 -
5 1 file changed, 1 deletion(-)
6
7 diff --git a/targets/support/post-kmerge.sh b/targets/support/post-kmerge.sh
8 index c17680c..58b2e08 100644
9 --- a/targets/support/post-kmerge.sh
10 +++ b/targets/support/post-kmerge.sh
11 @@ -7,6 +7,5 @@ source /tmp/chroot-functions.sh
12 # Only run depscan.sh if modules exist
13 if [ -n "$(ls /lib/modules)" ]
14 then
15 - /sbin/depscan.sh
16 find /lib/modules -name modules.dep -exec touch {} \;
17 fi
18 --
19 1.8.5.3