From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from moutng.kundenserver.de ([212.227.126.187]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1WGPP0-0001M0-Rs for ptxdist@pengutronix.de; Thu, 20 Feb 2014 09:54:43 +0100 From: Bernhard Sessler Date: Thu, 20 Feb 2014 09:54:29 +0100 Message-Id: <1392886469-2985-1-git-send-email-bernhard.sessler@corscience.de> Subject: [ptxdist] [PATCH] tntnet: Fix installation of tntnet component lib Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 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 Oddly enough, this library only gets built when the standalone server executable is built. Signed-off-by: Bernhard Sessler --- rules/tntnet.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/tntnet.make b/rules/tntnet.make index 33a8048..c6f176c 100644 --- a/rules/tntnet.make +++ b/rules/tntnet.make @@ -71,10 +71,10 @@ $(STATEDIR)/tntnet.targetinstall: @$(call install_fixup, tntnet,DESCRIPTION,missing) @$(call install_lib, tntnet, 0, 0, 0644, libtntnet) - @$(call install_lib, tntnet, 0, 0, 0644, tntnet/tntnet) ifdef PTXCONF_TNTNET_SERVER @$(call install_copy, tntnet, 0, 0, 0755, -, /usr/bin/tntnet) + @$(call install_lib, tntnet, 0, 0, 0644, tntnet/tntnet) @$(call install_alternative, tntnet, 0, 0, 0644, /etc/tntnet/tntnet.xml) endif -- 1.8.3.2 -- ptxdist mailing list ptxdist@pengutronix.de