aboutsummaryrefslogtreecommitdiff
path: root/core/gzip/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2023-08-27 16:28:39 +0200
committerCem Keylan <cem@ckyln.com>2023-08-27 16:28:39 +0200
commit03da52d7ebb81919835784a1d1c063de15d1b966 (patch)
treea76a19289767abc2c9c92ff46b80e9dd1ed03e5f /core/gzip/build
parent893d5d0dbb1a4b70308ae2c88c0f029b2bc3f911 (diff)
downloadrepository-03da52d7ebb81919835784a1d1c063de15d1b966.tar.gz
gzip: drop package
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 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"