Skip to content

Commit

Permalink
app-editors/neovim: Fix patching of system config path
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.25
  • Loading branch information
Tranquility committed Dec 7, 2015
1 parent c92464e commit bc44f02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bc44f02

Please sign in to comment.