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