mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-13 04:22:58 +02:00
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 <arne_f@ipfire.org>
This commit is contained in:
4
lfs/gzip
4
lfs/gzip
@@ -1,7 +1,7 @@
|
||||
###############################################################################
|
||||
# #
|
||||
# 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 #
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user