summaryrefslogtreecommitdiffhomepage
path: root/373.netcat.vars
diff options
context:
space:
mode:
Diffstat (limited to '373.netcat.vars')
-rw-r--r--373.netcat.vars10
1 files changed, 10 insertions, 0 deletions
diff --git a/373.netcat.vars b/373.netcat.vars
new file mode 100644
index 00000000..e9bd7e18
--- /dev/null
+++ b/373.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