summaryrefslogtreecommitdiff
path: root/app-editors
diff options
context:
space:
mode:
authorOle Reifschneider <tranquility@gentoo.org>2015-12-07 20:13:48 +0100
committerOle Reifschneider <tranquility@gentoo.org>2015-12-07 20:13:48 +0100
commitbc44f025eb1085a23659d5e75742e4cbd4c376b4 (patch)
tree0348a43e9acd0b45cc32d1d430ca34a1a3420d74 /app-editors
parentc92464e5dae09d86be0e22e5d2dc8c7a567641a9 (diff)
downloadgentoo-bc44f025eb1085a23659d5e75742e4cbd4c376b4.tar.gz
gentoo-bc44f025eb1085a23659d5e75742e4cbd4c376b4.tar.xz
app-editors/neovim: Fix patching of system config path
Package-Manager: portage-2.2.25
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/neovim/neovim-0.1.1-r1.ebuild (renamed from app-editors/neovim/neovim-0.1.1.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/neovim/neovim-0.1.1.ebuild b/app-editors/neovim/neovim-0.1.1-r1.ebuild
index 3c041c40b27..303098a54a5 100644
--- a/app-editors/neovim/neovim-0.1.1.ebuild
+++ b/app-editors/neovim/neovim-0.1.1-r1.ebuild
@@ -41,7 +41,7 @@ CMAKE_BUILD_TYPE=RelWithDebInfo
src_prepare() {
# use our system vim dir
sed -e '/^# define SYS_VIMRC_FILE/s|$VIM|'"${EPREFIX}"'/etc/vim|' \
- -i src/nvim/os/unix_defs.h || die
+ -i src/nvim/globals.h || die
# add eclass to bash filetypes
sed -e 's|*.ebuild|*.ebuild,*.eclass|' -i runtime/filetype.vim || die