Add lrzcat symlink which automatically decompresses to stdout.

Revert automatic compression/decompression to stdout when not outputting to a tty, to be consistent with gzip.
This commit is contained in:
Con Kolivas 2011-05-07 13:22:35 +10:00
parent d80f220c72
commit d033743e6f
10 changed files with 145 additions and 25 deletions

View file

@ -76,9 +76,11 @@ EXTRA_DIST = \
install-exec-hook:
$(LN_S) -f lrzip$(EXEEXT) $(DESTDIR)@bindir@/lrunzip$(EXEEXT)
$(LN_S) -f lrzip$(EXEEXT) $(DESTDIR)@bindir@/lrzcat$(EXEEXT)
$(LN_S) -f lrztar$(EXEEXT) $(DESTDIR)@bindir@/lrzuntar$(EXEEXT)
uninstall-local:
rm -f @bindir@/lrunzip
rm -f @bindir@/lrzcat
rm -f @bindir@/lrzuntar