summaryrefslogtreecommitdiffhomepage
path: root/343.netcat.vars
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2016-07-04 18:12:18 +0000
committerLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2016-07-04 18:12:18 +0000
commit4a634b84e63be8b31852c58b25017a61a4f523c7 (patch)
tree8d0a4d2b0986a3878c0948cf7100d486ad1d17e3 /343.netcat.vars
parentaf603fdf3981d70ef9c473ab884c590887f8bf96 (diff)
downloadmidipix_build-4a634b84e63be8b31852c58b25017a61a4f523c7.tar.bz2
midipix_build-4a634b84e63be8b31852c58b25017a61a4f523c7.tar.xz
Adds lynx v2.8.8rel.2.
Diffstat (limited to '343.netcat.vars')
-rw-r--r--343.netcat.vars10
1 files changed, 10 insertions, 0 deletions
diff --git a/343.netcat.vars b/343.netcat.vars
new file mode 100644
index 00000000..e9bd7e18
--- /dev/null
+++ b/343.netcat.vars
@@ -0,0 +1,10 @@
+#
+# . ./build.vars and set -o errexit are assumed.
+#
+
+pkg_netcat_install() {
+ tar -cpf - nc |\
+ tar -C ${PREFIX_LVL}/bin -xpf -;
+};
+
+# vim:filetype=sh