From e01119c8178cec031a2320b9bad0062d7b435f28 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 24 Jul 2021 01:23:40 +0300 Subject: gzip: use clinst --- core/gzip/build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/gzip/build b/core/gzip/build index 8d190a07..17592a3a 100755 --- a/core/gzip/build +++ b/core/gzip/build @@ -2,8 +2,8 @@ make CC="${CC:-cc} -static" -install -Dm755 pigz "$1/usr/bin/pigz" -install -Dm644 pigz.1 "$1/usr/share/man/man1/pigz.1" +clinst -Dm755 pigz "$1/usr/bin/pigz" +clinst -Dm644 pigz.1 "$1/usr/share/man/man1/pigz.1" ln -sf pigz "$1/usr/bin/gzip" ln -sf pigz.1 "$1/usr/share/man/man1/gzip.1" -- cgit v1.2.3