commit: 7b047163abf9984964e9e8fcb4aaa4340acf0501 Author: Stephan Hartmann <stha09 <AT> googlemail <DOT> com> AuthorDate: Sun Mar 15 09:33:29 2020 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Sun Mar 15 15:13:46 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b047163
dev-util/gn: fix install with USE=vim-syntax Closes: https://bugs.gentoo.org/712604 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Stephan Hartmann <stha09 <AT> googlemail.com> Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/14962 dev-util/gn/gn-0.1726.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/gn/gn-0.1726.ebuild b/dev-util/gn/gn-0.1726.ebuild index 0c11eb350aa..2baaf308ab7 100644 --- a/dev-util/gn/gn-0.1726.ebuild +++ b/dev-util/gn/gn-0.1726.ebuild @@ -59,6 +59,6 @@ src_install() { if use vim-syntax; then insinto /usr/share/vim/vimfiles - doins -r tools/gn/misc/vim/{autoload,ftdetect,ftplugin,syntax} + doins -r misc/vim/{autoload,ftdetect,ftplugin,syntax} fi }
