2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

gzip: Add gunzip

This commit is contained in:
Dylan Araps 2020-03-24 20:32:24 +02:00
parent ec965e8675
commit 4491d733fb
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
2 changed files with 3 additions and 1 deletions

View File

@ -3,7 +3,9 @@
make CC="${CC:-cc} -static"
install -Dm755 pigz "$1/usr/bin/pigz"
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 unpigz "$1/usr/bin/gunzip"
ln -sf pigz.1 "$1/usr/share/man/man1/gzip.1"

View File

@ -1 +1 @@
1.10 2
1.10 3