From 7b047163abf9984964e9e8fcb4aaa4340acf0501 Mon Sep 17 00:00:00 2001 From: Stephan Hartmann Date: Sun, 15 Mar 2020 10:33:29 +0100 Subject: [PATCH] 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 Signed-off-by: Mike Gilbert 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 0c11eb350aa9..2baaf308ab77 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 } -- 2.26.2