summaryrefslogtreecommitdiffhomepage
path: root/vars/chainport_host.vars
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-02-26 21:54:12 +0000
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-02-26 21:54:12 +0000
commitc6d6e08feab839a9dc5792071fb803494cc51a69 (patch)
tree1513c817e4446ac3cf512d6c1f287a10fc1daf2e /vars/chainport_host.vars
parent4a5da5254e1207686f492e7ce8759c80466185f3 (diff)
downloadmidipix_build-c6d6e08feab839a9dc5792071fb803494cc51a69.tar.bz2
midipix_build-c6d6e08feab839a9dc5792071fb803494cc51a69.tar.xz
General cleanup, pt. II.
Diffstat (limited to 'vars/chainport_host.vars')
-rw-r--r--vars/chainport_host.vars4
1 files changed, 2 insertions, 2 deletions
diff --git a/vars/chainport_host.vars b/vars/chainport_host.vars
index 5db2cdb9..aa4450f4 100644
--- a/vars/chainport_host.vars
+++ b/vars/chainport_host.vars
@@ -3,8 +3,8 @@
#
pkg_chainport_host_install_make() {
- ex_rtl_fileop rm "${BUILD_WORKDIR}/chainport";
- ex_rtl_fileop cp ../chainport "${BUILD_WORKDIR}/chainport";
+ rtl_fileop rm "${BUILD_WORKDIR}/chainport";
+ rtl_fileop cp ../chainport "${BUILD_WORKDIR}/chainport";
};
# vim:filetype=sh