]> git.armaanb.net Git - asd-repo.git/blobdiff - core/gzip/build
pigz: rename from gzip
[asd-repo.git] / core / gzip / build
diff --git a/core/gzip/build b/core/gzip/build
deleted file mode 100755 (executable)
index 9367c7c..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh -e
-
-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 pigz   "$1/usr/bin/zcat"
-ln -sf unpigz "$1/usr/bin/gunzip"
-ln -sf pigz.1 "$1/usr/share/man/man1/gzip.1"