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