mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
gzip: Symlink /usr/bin/zless to /usr/bin/zmore
gzip 1.12 no longer features zless. For convenience reasons, symlink /usr/bin/zless to /usr/bin/zmore, so users won't need to relearn any commands they were previously used to. Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
This commit is contained in:
3
lfs/gzip
3
lfs/gzip
@@ -84,7 +84,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
cd $(DIR_APP) && make install
|
||||
ifeq "$(ROOT)" ""
|
||||
mv -v /bin/{gzexe,zcmp,zdiff,zegrep} /usr/bin
|
||||
mv -v /bin/{zfgrep,zforce,zgrep,zless,zmore,znew} /usr/bin
|
||||
mv -v /bin/{zfgrep,zforce,zgrep,zmore,znew} /usr/bin
|
||||
ln -s /usr/bin/zmore /usr/bin/zless
|
||||
endif
|
||||
@rm -rf $(DIR_APP)
|
||||
@$(POSTBUILD)
|
||||
|
||||
Reference in New Issue
Block a user