From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonatan Schlag To: development@lists.ipfire.org Subject: [PATCH 1/3] Remove the nc symlink from netcat package (gnu-netcat is no longer our standard netcat) Date: Mon, 04 Apr 2016 17:19:56 +0200 Message-ID: <1459783198-524-2-git-send-email-jonatan.schlag@ipfire.org> In-Reply-To: <1459783198-524-1-git-send-email-jonatan.schlag@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7983208196403033381==" List-Id: --===============7983208196403033381== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Jonatan Schlag --- config/rootfiles/packages/netcat | 1 - lfs/netcat | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/rootfiles/packages/netcat b/config/rootfiles/packages/net= cat index c236959..f043ed2 100644 --- a/config/rootfiles/packages/netcat +++ b/config/rootfiles/packages/netcat @@ -1,4 +1,3 @@ -usr/bin/nc usr/bin/netcat #usr/info/netcat.info #usr/man/man1/netcat.1 diff --git a/lfs/netcat b/lfs/netcat index d07669b..4434f17 100644 --- a/lfs/netcat +++ b/lfs/netcat @@ -54,7 +54,7 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects)) =20 md5 : $(subst %,%_MD5,$(objects)) =20 -dist:=20 +dist: @$(PAK) =20 ############################################################################= ### @@ -80,5 +80,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && ./configure --prefix=3D/usr cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install + rm -f /usr/bin/nc @rm -rf $(DIR_APP) @$(POSTBUILD) --=20 2.1.4 --===============7983208196403033381==--