From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-wi0-x22b.google.com ([2a00:1450:400c:c05::22b]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1X4SWv-0006xZ-Qu for ptxdist@pengutronix.de; Tue, 08 Jul 2014 12:22:21 +0200 Received: by mail-wi0-f171.google.com with SMTP id f8so196478wiw.10 for ; Tue, 08 Jul 2014 03:21:40 -0700 (PDT) Received: from omega (p20030064A9383D77E2CB4EFFFE1BB546.dip0.t-ipconnect.de. [2003:64:a938:3d77:e2cb:4eff:fe1b:b546]) by mx.google.com with ESMTPSA id d4sm5359831wik.20.2014.07.08.03.21.39 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 08 Jul 2014 03:21:39 -0700 (PDT) Date: Tue, 8 Jul 2014 12:21:35 +0200 From: Alexander Aring Message-ID: <20140708102134.GA22316@omega> References: <1404812824-20681-1-git-send-email-bernhard.sessler@corscience.de> <20140708100843.GA15432@omega> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20140708100843.GA15432@omega> Subject: Re: [ptxdist] [PATCH] netcat: Fix path to NETCAT_SOURCE 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 Again me, On Tue, Jul 08, 2014 at 12:08:44PM +0200, Alexander Aring wrote: > Hi Bernhard, > > On Tue, Jul 08, 2014 at 11:47:04AM +0200, Bernhard Sessler wrote: > > Signed-off-by: Bernhard Sessler > > --- > > rules/netcat.make | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/rules/netcat.make b/rules/netcat.make > > index 6cbf0aa..dbdd9e3 100644 > > --- a/rules/netcat.make > > +++ b/rules/netcat.make > > @@ -22,7 +22,7 @@ NETCAT := netcat-openbsd-$(NETCAT_VERSION) > > NETCAT_SUFFIX := tar.gz > > NETCAT_TARBALL := netcat-openbsd_$(NETCAT_VERSION).orig.$(NETCAT_SUFFIX) > > NETCAT_URL := $(call ptx/mirror, DEB, pool/main/n/netcat-openbsd/$(NETCAT_TARBALL)) > > -NETCAT_SOURCE := $(SRCDIR)/$(NETCAT).$(NETCAT_SUFFIX) > > +NETCAT_SOURCE := $(SRCDIR)/$(NETCAT_TARBALL) > > did you have any issues with that or it is just an improvement? > I think we need to rename "patches/netcat-openbsd-1.105" with a .orig. in the middle. :-) Didn't test it yet. - Alex -- ptxdist mailing list ptxdist@pengutronix.de