summaryrefslogtreecommitdiffhomepage
path: root/vars/vim.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/vim.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/vim.vars')
-rw-r--r--vars/vim.vars2
1 files changed, 1 insertions, 1 deletions
diff --git a/vars/vim.vars b/vars/vim.vars
index d1e6078a..eb5d3fde 100644
--- a/vars/vim.vars
+++ b/vars/vim.vars
@@ -16,7 +16,7 @@ vim_cv_tty_group=tty
vim_cv_tty_mode=0666"};
pkg_vim_configure_autotools_post() {
- ex_build_fileop cp config.cache src/auto;
+ ex_rtl_fileop cp config.cache src/auto;
};
# vim:filetype=sh