mirror of
https://codeberg.org/kiss-community/repo
synced 2025-01-04 17:00:16 -07:00
gzip: Add gunzip
This commit is contained in:
parent
ec965e8675
commit
4491d733fb
@ -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"
|
||||
|
@ -1 +1 @@
|
||||
1.10 2
|
||||
1.10 3
|
||||
|
Loading…
Reference in New Issue
Block a user