This website requires JavaScript.
Explore
Help
janware
/
jw-pkg
Watch
1
mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced
2026-01-15 12:03:31 +01:00
Code
Activity
b35b87009b
jw-pkg
/
make
/
vim.mk
1 line
73 B
Makefile
Raw
Normal View
History
Unescape
Escape
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>
2018-09-29 13:34:31 +00:00
INSTALL_VIM_SYSTEM_PLUGIN_PATH
=
$(
ENV_PREFIX
)
/usr/share/vim/site/plugin
Copy permalink