mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-22 07:10:16 -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"
|
make CC="${CC:-cc} -static"
|
||||||
|
|
||||||
install -Dm755 pigz "$1/usr/bin/pigz"
|
mkdir -p \
|
||||||
install -Dm755 unpigz "$1/usr/bin/unpigz"
|
"$1/usr/bin" \
|
||||||
install -Dm644 pigz.1 "$1/usr/share/man/man1/pigz.1"
|
"$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/gzip"
|
||||||
ln -sf pigz "$1/usr/bin/zcat"
|
ln -sf pigz "$1/usr/bin/zcat"
|
||||||
|
Loading…
Reference in New Issue
Block a user