diff options
author | Stephan Hartmann <stha09@googlemail.com> | 2020-03-15 10:33:29 +0100 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2020-03-15 11:13:46 -0400 |
commit | 7b047163abf9984964e9e8fcb4aaa4340acf0501 (patch) | |
tree | 8e780dcfc315946be5aaa9bafa03bf2093b4fa29 /dev-util | |
parent | sys-libs/glibc: disable container tests, bug #712356 (diff) | |
download | gentoo-7b047163abf9984964e9e8fcb4aaa4340acf0501.tar.gz gentoo-7b047163abf9984964e9e8fcb4aaa4340acf0501.tar.bz2 gentoo-7b047163abf9984964e9e8fcb4aaa4340acf0501.zip |
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@googlemail.com>
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/14962
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/gn/gn-0.1726.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |