summaryrefslogtreecommitdiffhomepage
path: root/vars/chainport_host.vars
diff options
context:
space:
mode:
Diffstat (limited to 'vars/chainport_host.vars')
-rw-r--r--vars/chainport_host.vars12
1 files changed, 0 insertions, 12 deletions
diff --git a/vars/chainport_host.vars b/vars/chainport_host.vars
deleted file mode 100644
index 40dd3516..00000000
--- a/vars/chainport_host.vars
+++ /dev/null
@@ -1,12 +0,0 @@
-#
-# set +o errexit -o noglob -o nounset is assumed.
-#
-
-pkg_chainport_host_install_make() {
- if ! rtl_fileop rm "${BUILD_WORKDIR}/chainport"\
- || ! rtl_fileop cp ../chainport "${BUILD_WORKDIR}/chainport"; then
- return 1;
- fi;
-};
-
-# vim:filetype=sh textwidth=0