summaryrefslogtreecommitdiffhomepage
path: root/vars/chainport_host.vars
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de>2017-12-03 16:10:05 +0000
committerLucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de>2017-12-03 16:20:07 +0000
commitec19f02f81c206f54a89ef7e1f49715e90470c31 (patch)
treea4f6a307e70bad5c4a836a18cbf92b6b0afa0b83 /vars/chainport_host.vars
parent16c9cd223ae1809124a163d13e820f19e18e7edc (diff)
downloadmidipix_build-ec19f02f81c206f54a89ef7e1f49715e90470c31.tar.bz2
midipix_build-ec19f02f81c206f54a89ef7e1f49715e90470c31.tar.xz
Separate front end (build.sh, subr/build_*) from dispatcher.
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