dev-util/gn: fix install with USE=vim-syntax
authorStephan Hartmann <stha09@googlemail.com>
Sun, 15 Mar 2020 09:33:29 +0000 (10:33 +0100)
committerMike Gilbert <floppym@gentoo.org>
Sun, 15 Mar 2020 15:13:46 +0000 (11:13 -0400)
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

dev-util/gn/gn-0.1726.ebuild

index 0c11eb350aa9a113789140b0a0df49dc2d0f6297..2baaf308ab7768373a128babb14f7e835d2c65f3 100644 (file)
@@ -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
 }