mirror of
https://codeberg.org/kiss-community/repo
synced 2025-01-22 02:14:41 -07:00
gzip: add zcat
This commit is contained in:
parent
29bcb511b6
commit
b709e87535
@ -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"
|
||||
|
@ -1 +1 @@
|
||||
1.10 3
|
||||
1.10 4
|
||||
|
Loading…
Reference in New Issue
Block a user