From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9C2011391DB for ; Sat, 22 Mar 2014 17:03:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17D2DE0C5A; Sat, 22 Mar 2014 17:03:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6F82AE0C27 for ; Sat, 22 Mar 2014 17:03:46 +0000 (UTC) Received: from big_daddy.dol-sen.ca (S010600222de111ff.vc.shawcable.net [96.49.5.156]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: dolsen) by smtp.gentoo.org (Postfix) with ESMTPSA id 4EF8A33FCE9 for ; Sat, 22 Mar 2014 17:03:45 +0000 (UTC) From: Brian Dolbec To: gentoo-catalyst@lists.gentoo.org Subject: [gentoo-catalyst] [PATCH 03/17] depscan.sh doesn't exists anymore. Date: Sat, 22 Mar 2014 10:03:01 -0700 Message-Id: <1395507795-13754-4-git-send-email-dolsen@gentoo.org> X-Mailer: git-send-email 1.8.5.3 In-Reply-To: <1395507795-13754-1-git-send-email-dolsen@gentoo.org> References: <1395507795-13754-1-git-send-email-dolsen@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-catalyst@lists.gentoo.org Reply-to: gentoo-catalyst@lists.gentoo.org X-Archives-Salt: a27b87dd-e866-4335-8274-a7275b8b54ff X-Archives-Hash: 775b80687d41d2589a83a9343f602138 From: Guy Martin --- 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 100644 --- 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 -- 1.8.5.3