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.vars10
1 files changed, 10 insertions, 0 deletions
diff --git a/vars/chainport_host.vars b/vars/chainport_host.vars
new file mode 100644
index 00000000..94b56b18
--- /dev/null
+++ b/vars/chainport_host.vars
@@ -0,0 +1,10 @@
+#
+# set -o errexit -o noglob are assumed.
+#
+
+pkg_chainport_host_install_make() {
+ ex_rtl_fileop rm "${BUILD_WORKDIR}/chainport";
+ ex_rtl_fileop cp ../chainport "${BUILD_WORKDIR}/chainport";
+};
+
+# vim:filetype=sh