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