From 3de55e1b0e89cc48b579fc510f43b28bf9e9f7bc Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Fri, 9 Jun 2017 21:36:02 +0200 Subject: [PATCH] gzip: remove wrong zcat and gunzip symlinks new gzip version use zcat and gunzip shell scripts that add the needed parameter to gzip. fixes: #11399 Signed-off-by: Arne Fitzenreiter --- lfs/gzip | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lfs/gzip b/lfs/gzip index 537662c33a..e61d78a8c6 100644 --- a/lfs/gzip +++ b/lfs/gzip @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2016 IPFire Team # +# Copyright (C) 2007-2017 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -83,8 +83,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install ifeq "$(ROOT)" "" - ln -sfv gzip /bin/gunzip - ln -sfv gzip /bin/zcat mv -v /bin/{gzexe,zcmp,zdiff,zegrep} /usr/bin mv -v /bin/{zfgrep,zforce,zgrep,zless,zmore,znew} /usr/bin endif -- 2.39.2