aboutsummaryrefslogtreecommitdiff
path: root/core/gzip/build
diff options
context:
space:
mode:
Diffstat (limited to 'core/gzip/build')
-rwxr-xr-xcore/gzip/build9
1 files changed, 0 insertions, 9 deletions
diff --git a/core/gzip/build b/core/gzip/build
deleted file mode 100755
index 8d190a07..00000000
--- a/core/gzip/build
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh -e
-
-make CC="${CC:-cc} -static"
-
-install -Dm755 pigz "$1/usr/bin/pigz"
-install -Dm644 pigz.1 "$1/usr/share/man/man1/pigz.1"
-
-ln -sf pigz "$1/usr/bin/gzip"
-ln -sf pigz.1 "$1/usr/share/man/man1/gzip.1"