summaryrefslogtreecommitdiffhomepage
path: root/305.gzip.vars
diff options
context:
space:
mode:
Diffstat (limited to '305.gzip.vars')
-rw-r--r--305.gzip.vars11
1 files changed, 11 insertions, 0 deletions
diff --git a/305.gzip.vars b/305.gzip.vars
new file mode 100644
index 00000000..0e234422
--- /dev/null
+++ b/305.gzip.vars
@@ -0,0 +1,11 @@
+#
+# . ./build.vars and set -o errexit are assumed.
+#
+
+pkg_gzip_install() {
+ tar -cpf - gunzip gzip zcat |\
+ tar -C ${PREFIX_LVL}/bin -xpf -;
+ set_build_script_done install1 -finish;
+};
+
+# vim:filetype=sh