diff options
author | Cem Keylan <cem@ckyln.com> | 2021-07-24 01:23:40 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-07-24 01:23:40 +0300 |
commit | e01119c8178cec031a2320b9bad0062d7b435f28 (patch) | |
tree | 704744bd1c57237e4774d8065a28f0d919e4e22a /core/gzip/build | |
parent | f965f4f8609f8def51dee11c8dda0eee2af5b608 (diff) | |
download | repository-e01119c8178cec031a2320b9bad0062d7b435f28.tar.gz |
gzip: use clinst
Diffstat (limited to 'core/gzip/build')
-rwxr-xr-x | core/gzip/build | 4 |
1 files 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" |