]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
gzip: remove wrong zcat and gunzip symlinks
authorArne Fitzenreiter <arne_f@ipfire.org>
Fri, 9 Jun 2017 19:36:02 +0000 (21:36 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Fri, 9 Jun 2017 19:36:02 +0000 (21:36 +0200)
new gzip version use zcat and gunzip shell scripts that
add the needed parameter to gzip.

fixes: #11399

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
lfs/gzip

index 537662c33a5f6616f0ef0ca8dcd6fe1b5c8072bf..e61d78a8c6b33db20908320c6d635003e0d7aeca 100644 (file)
--- a/lfs/gzip
+++ b/lfs/gzip
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2016  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2017  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # 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        #
 #                                                                             #
 # 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)" ""
        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
        mv -v /bin/{gzexe,zcmp,zdiff,zegrep} /usr/bin
        mv -v /bin/{zfgrep,zforce,zgrep,zless,zmore,znew} /usr/bin
 endif