mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-21 23:00:06 -07:00
gzip: remove usage of install
This commit is contained in:
parent
63695d0140
commit
7def4678d4
@ -2,9 +2,12 @@
|
||||
|
||||
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"
|
||||
mkdir -p \
|
||||
"$1/usr/bin" \
|
||||
"$1/usr/share/man/man1"
|
||||
|
||||
cp -f pigz unpigz "$1/usr/bin"
|
||||
cp -f pigz.1 "$1/usr/share/man/man1"
|
||||
|
||||
ln -sf pigz "$1/usr/bin/gzip"
|
||||
ln -sf pigz "$1/usr/bin/zcat"
|
||||
|
Loading…
Reference in New Issue
Block a user