diff options
author | Cem Keylan <cem@ckyln.com> | 2021-07-24 01:23:59 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-07-24 01:23:59 +0300 |
commit | 7bd1f06d362330cdbe0354cf1142a656f36f1499 (patch) | |
tree | aebbccd571850c007010c97c239518ec0efa15d2 /core/gzip | |
parent | e01119c8178cec031a2320b9bad0062d7b435f28 (diff) | |
download | repository-7bd1f06d362330cdbe0354cf1142a656f36f1499.tar.gz |
gzip: use clman
Diffstat (limited to 'core/gzip')
-rwxr-xr-x | core/gzip/build | 2 |
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" |