mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user