Update: man-pages to 4.05
Message ID | 1460712528-29358-1-git-send-email-sascha@sakisoft.de |
---|---|
State | Dropped |
Headers |
Return-Path: <development-bounces@lists.ipfire.org> Received: from mail01.ipfire.org (hedwig.ipfire.org [172.28.1.200]) by web02.ipfire.org (Postfix) with ESMTP id 574B2626E1 for <patchwork@ipfire.org>; Fri, 15 Apr 2016 11:28:53 +0200 (CEST) Received: from mail01.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 9834E65A7; Fri, 15 Apr 2016 11:28:52 +0200 (CEST) Received: from static.150.47.9.176.clients.your-server.de (unknown [IPv6:2a01:4f8:150:6381::2]) by mail01.ipfire.org (Postfix) with ESMTP id D8EDB65A2 for <development@lists.ipfire.org>; Fri, 15 Apr 2016 11:28:49 +0200 (CEST) Received: from localhost.localdomain (sakisoft.de [176.9.47.150]) by static.150.47.9.176.clients.your-server.de (Postfix) with ESMTPSA id 2AFF8A781027; Fri, 15 Apr 2016 11:28:49 +0200 (CEST) From: Sascha Kilian <sascha@sakisoft.de> To: development@lists.ipfire.org Subject: [PATCH] Update: man-pages to 4.05 Date: Fri, 15 Apr 2016 09:28:48 +0000 Message-Id: <1460712528-29358-1-git-send-email-sascha@sakisoft.de> X-Mailer: git-send-email 1.7.9.5 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: IPFire development talk <development.lists.ipfire.org> List-Unsubscribe: <http://lists.ipfire.org/mailman/options/development>, <mailto:development-request@lists.ipfire.org?subject=unsubscribe> List-Archive: <http://lists.ipfire.org/pipermail/development/> List-Post: <mailto:development@lists.ipfire.org> List-Help: <mailto:development-request@lists.ipfire.org?subject=help> List-Subscribe: <http://lists.ipfire.org/mailman/listinfo/development>, <mailto:development-request@lists.ipfire.org?subject=subscribe> Errors-To: development-bounces@lists.ipfire.org Sender: "Development" <development-bounces@lists.ipfire.org> |
Message
Sascha Kilian
April 15, 2016, 7:28 p.m. UTC
Signed-off-by: Sascha Kilian <sascha@sakisoft.de>
---
lfs/man-pages | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Comments
The changes in the rootfile are missing in this patch. Rejected. -Michael On Fri, 2016-04-15 at 09:28 +0000, Sascha Kilian wrote: > Signed-off-by: Sascha Kilian <sascha@sakisoft.de> > --- > lfs/man-pages | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/lfs/man-pages b/lfs/man-pages > index 2ea81b3..8ad71ca 100644 > --- a/lfs/man-pages > +++ b/lfs/man-pages > @@ -24,10 +24,10 @@ > > include Config > > -VER = 2.34 > +VER = 4.05 > > THISAPP = man-pages-$(VER) > -DL_FILE = $(THISAPP).tar.bz2 > +DL_FILE = $(THISAPP).tar.xz > DL_FROM = $(URL_IPFIRE) > DIR_APP = $(DIR_SRC)/$(THISAPP) > TARGET = $(DIR_INFO)/$(THISAPP) > @@ -40,7 +40,7 @@ objects = $(DL_FILE) > > $(DL_FILE) = $(DL_FROM)/$(DL_FILE) > > -$(DL_FILE)_MD5 = fb8d9f55fef19ea5ab899437159c9420 > +$(DL_FILE)_MD5 = 9c32c8487d753f5894f6fba425b12add > > install : $(TARGET) > > @@ -69,7 +69,7 @@ $(subst %,%_MD5,$(objects)) : > > $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) > @$(PREBUILD) > - @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE) > + @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xf $(DIR_DL)/$(DL_FILE) > cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE) > cd $(DIR_APP) && make install > @rm -rf $(DIR_APP)