vim.mk: Change INSTALL_VIM_SYSTEM_PLUGIN_PATH

Used to be $(shell readlink -f /usr/share/vim/current) and is now
/usr/share/vim/site/plugin, because vim seems to ignore the former

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2018-09-29 13:34:31 +00:00
commit f4ea4b5537

View file

@ -1 +1 @@
INSTALL_VIM_SYSTEM_PLUGIN_PATH = $(ENV_PREFIX)$(shell readlink -f /usr/share/vim/current)
INSTALL_VIM_SYSTEM_PLUGIN_PATH = $(ENV_PREFIX)/usr/share/vim/site/plugin