summaryrefslogtreecommitdiffhomepage
path: root/305.gzip.vars
blob: 0e234422251cfdf7777eae9061d9bafc3d3c64e2 (plain)
1
2
3
4
5
6
7
8
9
10
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