commit: 100f238eedc1a34c4fa5a3f15b07482d06f4f391 Author: Guy Martin <gmsoft <AT> gentoo <DOT> org> AuthorDate: Wed Feb 5 10:39:57 2014 +0000 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org> CommitDate: Fri Feb 27 02:03:03 2015 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=100f238e
depscan.sh doesn't exists anymore. targets/support/post-kmerge.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/targets/support/post-kmerge.sh b/targets/support/post-kmerge.sh index c17680c..58b2e08 100755 --- a/targets/support/post-kmerge.sh +++ b/targets/support/post-kmerge.sh @@ -7,6 +7,5 @@ source /tmp/chroot-functions.sh # Only run depscan.sh if modules exist if [ -n "$(ls /lib/modules)" ] then - /sbin/depscan.sh find /lib/modules -name modules.dep -exec touch {} \; fi