app-vim/nerdtree: fix missing src_install

With the previous bump to EAPI=8, I've broken the package, thanks to
the report in the bug, a solution was suggested which fixes it.

Closes: https://bugs.gentoo.org/938104
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin
2024-08-18 20:30:32 +03:00
parent 7774879915
commit 6fe2e7f931
2 changed files with 8 additions and 0 deletions

View File

@@ -20,3 +20,7 @@ LICENSE="WTFPL-2"
VIM_PLUGIN_HELPFILES="NERD_tree"
DOCS=( CHANGELOG.md README.markdown )
src_install() {
vim-plugin_src_install lib nerdtree_plugin
}

View File

@@ -20,3 +20,7 @@ LICENSE="WTFPL-2"
VIM_PLUGIN_HELPFILES="NERD_tree"
DOCS=( CHANGELOG.md README.markdown )
src_install() {
vim-plugin_src_install lib nerdtree_plugin
}