projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
959cf0a
)
dev-util/gn: fix install with USE=vim-syntax
author
Stephan Hartmann
<stha09@googlemail.com>
Sun, 15 Mar 2020 09:33:29 +0000
(10:33 +0100)
committer
Mike 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
patch
|
blob
|
history
diff --git
a/dev-util/gn/gn-0.1726.ebuild
b/dev-util/gn/gn-0.1726.ebuild
index 0c11eb350aa9a113789140b0a0df49dc2d0f6297..2baaf308ab7768373a128babb14f7e835d2c65f3 100644
(file)
--- 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
}