diff options
author | Cem Keylan <cem@ckyln.com> | 2022-01-16 23:22:26 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2022-01-16 23:22:26 +0300 |
commit | b7b1ca8f4b5ff789da737c96b26a7438faa4bb1c (patch) | |
tree | 2966e72268635f37a0d1d85e7b4c9aaefd6d2424 /core/pigz/build | |
parent | 2e97bb4c992597f1075f86bd7952229b22b2315f (diff) | |
download | repository-b7b1ca8f4b5ff789da737c96b26a7438faa4bb1c.tar.gz |
pigz: bump to 2.7
Diffstat (limited to 'core/pigz/build')
-rwxr-xr-x | core/pigz/build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/pigz/build b/core/pigz/build index 8d190a07..e3f68273 100755 --- a/core/pigz/build +++ b/core/pigz/build @@ -6,4 +6,6 @@ install -Dm755 pigz "$1/usr/bin/pigz" install -Dm644 pigz.1 "$1/usr/share/man/man1/pigz.1" ln -sf pigz "$1/usr/bin/gzip" +ln -sf pigz "$1/usr/bin/gunzip" ln -sf pigz.1 "$1/usr/share/man/man1/gzip.1" +ln -sf pigz.1 "$1/usr/share/man/man1/gunzip.1" |