diff options
Diffstat (limited to 'core/gzip/build')
-rwxr-xr-x | core/gzip/build | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/core/gzip/build b/core/gzip/build deleted file mode 100755 index ede2736a..00000000 --- a/core/gzip/build +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh -e - -make CC="${CC:-cc} -static" - -clinst -Dm755 pigz "$1/usr/bin/pigz" -clman -d "$1" pigz.1 - -ln -sf pigz "$1/usr/bin/gzip" -ln -sf pigz.1 "$1/usr/share/man/man1/gzip.1" |