Blob Blame History Raw
#
# . ./build.vars and set -o errexit are assumed.
#

pkg_netcat_install() {
	tar -cpf - nc |\
		tar -C ${PREFIX_LVL}/bin -xpf -;
};

# vim:filetype=sh