diff options
| author | Michael Forney <mforney@mforney.org> | 2016-04-23 22:48:00 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2016-04-23 22:48:00 -0700 |
| commit | 02897b2ffa3349da552d30a4c50c9b0057a12561 (patch) | |
| tree | 08ded8c7c853f8e7f533c64496758f74f688b10a | |
| parent | a4d1777beea410e56bdf39e2e075797a8b0580f0 (diff) | |
pigz: Install zcat symlink
| -rw-r--r-- | core/pigz/gen.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/pigz/gen.rc b/core/pigz/gen.rc index 7f3fa10d..3f32a811 100644 --- a/core/pigz/gen.rc +++ b/core/pigz/gen.rc @@ -5,4 +5,4 @@ exe pigz -d phony/core/zlib/headers\ zopfli/src/zopfli/^(deflate.c blocksplitter.c tree.c lz77.c cache.c hash.c util.c squeeze.c katajainen.c)\ '$builddir'/core/zlib/libz.a file bin/pigz '$outdir'/pigz 755 -for(alias in gzip gunzip) sym bin/$alias pigz +for(alias in gzip gunzip zcat) sym bin/$alias pigz |
