From 4491d733fbbe8b4fcff52df12bb97afd7f68aa51 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 24 Mar 2020 20:32:24 +0200 Subject: [PATCH] gzip: Add gunzip --- core/gzip/build | 2 ++ core/gzip/version | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/core/gzip/build b/core/gzip/build index 8d190a07..5fbaecba 100755 --- a/core/gzip/build +++ b/core/gzip/build @@ -3,7 +3,9 @@ make CC="${CC:-cc} -static" install -Dm755 pigz "$1/usr/bin/pigz" +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 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 d3d93b8d..497184e7 100644 --- a/core/gzip/version +++ b/core/gzip/version @@ -1 +1 @@ -1.10 2 +1.10 3