gzip: add zcat

This commit is contained in:
Dylan Araps 2020-04-25 16:08:23 +03:00
parent 29bcb511b6
commit b709e87535
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
2 changed files with 2 additions and 1 deletions

View File

@ -7,5 +7,6 @@ install -Dm755 unpigz "$1/usr/bin/unpigz"
install -Dm644 pigz.1 "$1/usr/share/man/man1/pigz.1"
ln -sf pigz "$1/usr/bin/gzip"
ln -sf pigz "$1/usr/bin/zcat"
ln -sf unpigz "$1/usr/bin/gunzip"
ln -sf pigz.1 "$1/usr/share/man/man1/gzip.1"

View File

@ -1 +1 @@
1.10 3
1.10 4