From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from co1ehsobe006.messaging.microsoft.com ([216.32.180.189] helo=co1outboundpool.messaging.microsoft.com) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1TEkw0-0001GF-NL for ptxdist@pengutronix.de; Thu, 20 Sep 2012 19:53:10 +0200 Received: from mail17-co1 (localhost [127.0.0.1]) by mail17-co1-R.bigfish.com (Postfix) with ESMTP id A298B44007D for ; Thu, 20 Sep 2012 17:53:00 +0000 (UTC) Received: from CO1EHSMHS006.bigfish.com (unknown [10.243.78.246]) by mail17-co1.bigfish.com (Postfix) with ESMTP id BE22CBA0043 for ; Thu, 20 Sep 2012 17:52:58 +0000 (UTC) From: "Joseph A. Lutz" Date: Thu, 20 Sep 2012 12:52:02 -0500 Message-ID: <1348163523-23510-1-git-send-email-joseph.lutz@novatechweb.com> MIME-Version: 1.0 Subject: [ptxdist] [PATCH] SYSREQ library was being included twice Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de From: "Joseph A. Lutz" The library /lib/initng/libsysreq.so was being included into the package twice. Once it was dependent upon the INITNG_SYSREQ config option, the other was not. Signed-off-by: Joseph A. Lutz --- rules/initng.make | 1 - 1 file changed, 1 deletion(-) diff --git a/rules/initng.make b/rules/initng.make index e787ab3..65e207a 100644 --- a/rules/initng.make +++ b/rules/initng.make @@ -350,7 +350,6 @@ $(STATEDIR)/initng.targetinstall: ifdef PTXCONF_INITNG_LOCKFILE @$(call install_copy, initng, 0, 0, 0644, -, /lib/initng/liblockfile.so) endif - @$(call install_copy, initng, 0, 0, 0644, -, /lib/initng/libsysreq.so) @$(call install_copy, initng, 0, 0, 0755, -, /sbin/initng) -- 1.7.12.1 -- ptxdist mailing list ptxdist@pengutronix.de