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>
1 line
73 B
Makefile
1 line
73 B
Makefile
INSTALL_VIM_SYSTEM_PLUGIN_PATH = $(ENV_PREFIX)/usr/share/vim/site/plugin
|