aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-07-24 01:23:59 +0300
committerCem Keylan <cem@ckyln.com>2021-07-24 01:23:59 +0300
commit7bd1f06d362330cdbe0354cf1142a656f36f1499 (patch)
treeaebbccd571850c007010c97c239518ec0efa15d2
parente01119c8178cec031a2320b9bad0062d7b435f28 (diff)
downloadrepository-7bd1f06d362330cdbe0354cf1142a656f36f1499.tar.gz
gzip: use clman
-rwxr-xr-xcore/gzip/build2
1 files changed, 1 insertions, 1 deletions
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"