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 1WFk1l-000153-7L for ptxdist@pengutronix.de; Tue, 18 Feb 2014 13:43:59 +0100 From: Bernhard Sessler Date: Tue, 18 Feb 2014 13:43:47 +0100 Message-Id: <1392727427-26538-3-git-send-email-bernhard.sessler@corscience.de> In-Reply-To: <1392727427-26538-1-git-send-email-bernhard.sessler@corscience.de> References: <1392727427-26538-1-git-send-email-bernhard.sessler@corscience.de> Subject: [ptxdist] [PATCH 2/2] tntnet: Add component lib and config to install target 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 Signed-off-by: Bernhard Sessler --- rules/tntnet.make | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rules/tntnet.make b/rules/tntnet.make index 421b4fc..33a8048 100644 --- a/rules/tntnet.make +++ b/rules/tntnet.make @@ -71,9 +71,11 @@ $(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_alternative, tntnet, 0, 0, 0644, /etc/tntnet/tntnet.xml) endif @$(call install_finish, tntnet) -- 1.8.3.2 -- ptxdist mailing list ptxdist@pengutronix.de