From 7bd1f06d362330cdbe0354cf1142a656f36f1499 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 24 Jul 2021 01:23:59 +0300 Subject: gzip: use clman --- core/gzip/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/gzip/build b/core/gzip/build index 17592a3a..ede2736a 100755 --- a/core/gzip/build +++ b/core/gzip/build @@ -3,7 +3,7 @@ make CC="${CC:-cc} -static" clinst -Dm755 pigz "$1/usr/bin/pigz" -clinst -Dm644 pigz.1 "$1/usr/share/man/man1/pigz.1" +clman -d "$1" pigz.1 ln -sf pigz "$1/usr/bin/gzip" ln -sf pigz.1 "$1/usr/share/man/man1/gzip.1" -- cgit v1.2.3