mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
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:
parent
14eec3069b
commit
f4ea4b5537
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue