diff options
Diffstat (limited to 'core/gzip')
-rwxr-xr-x | core/gzip/build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/gzip/build b/core/gzip/build index 17592a3a..ede2736a 100755 --- a/core/gzip/build +++ b/core/gzip/build @@ -3,7 +3,7 @@ make CC="${CC:-cc} -static" clinst -Dm755 pigz "$1/usr/bin/pigz" -clinst -Dm644 pigz.1 "$1/usr/share/man/man1/pigz.1" +clman -d "$1" pigz.1 ln -sf pigz "$1/usr/bin/gzip" ln -sf pigz.1 "$1/usr/share/man/man1/gzip.1" |