summaryrefslogtreecommitdiffhomepage
path: root/342.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 /342.netcat.vars
parentaf603fdf3981d70ef9c473ab884c590887f8bf96 (diff)
downloadmidipix_build-4a634b84e63be8b31852c58b25017a61a4f523c7.tar.bz2
midipix_build-4a634b84e63be8b31852c58b25017a61a4f523c7.tar.xz
Adds lynx v2.8.8rel.2.
Diffstat (limited to '342.netcat.vars')
-rw-r--r--342.netcat.vars10
1 files changed, 0 insertions, 10 deletions
diff --git a/342.netcat.vars b/342.netcat.vars
deleted file mode 100644
index e9bd7e18..00000000
--- a/342.netcat.vars
+++ /dev/null
@@ -1,10 +0,0 @@
-#
-# . ./build.vars and set -o errexit are assumed.
-#
-
-pkg_netcat_install() {
- tar -cpf - nc |\
- tar -C ${PREFIX_LVL}/bin -xpf -;
-};
-
-# vim:filetype=sh