From b709e87535a502eb740f40388d621df9d79be5b5 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 25 Apr 2020 16:08:23 +0300 Subject: [PATCH] gzip: add zcat --- core/gzip/build | 1 + core/gzip/version | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/core/gzip/build b/core/gzip/build index 5fbaecba..9367c7c9 100755 --- a/core/gzip/build +++ b/core/gzip/build @@ -7,5 +7,6 @@ install -Dm755 unpigz "$1/usr/bin/unpigz" install -Dm644 pigz.1 "$1/usr/share/man/man1/pigz.1" ln -sf pigz "$1/usr/bin/gzip" +ln -sf pigz "$1/usr/bin/zcat" ln -sf unpigz "$1/usr/bin/gunzip" ln -sf pigz.1 "$1/usr/share/man/man1/gzip.1" diff --git a/core/gzip/version b/core/gzip/version index 497184e7..2223c8e0 100644 --- a/core/gzip/version +++ b/core/gzip/version @@ -1 +1 @@ -1.10 3 +1.10 4