diff options
author | Jason A. Donenfeld <zx2c4@gentoo.org> | 2016-09-22 02:14:24 +0200 |
---|---|---|
committer | Jason A. Donenfeld <zx2c4@gentoo.org> | 2016-09-22 02:14:39 +0200 |
commit | d947054c91092e3927667a3e680fc66f68c36c56 (patch) | |
tree | 1506c13915b0bfccc7e5e35d3d3b62102bbb26bc /app-editors/vim-core | |
parent | app-admin/collectd: Fix systemd unit name (diff) | |
download | gentoo-d947054c91092e3927667a3e680fc66f68c36c56.tar.gz gentoo-d947054c91092e3927667a3e680fc66f68c36c56.tar.bz2 gentoo-d947054c91092e3927667a3e680fc66f68c36c56.zip |
app-editors/vim-core: forgot about 9999 for vimrc-r5
Package-Manager: portage-2.3.1
Diffstat (limited to 'app-editors/vim-core')
-rw-r--r-- | app-editors/vim-core/vim-core-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/vim-core/vim-core-9999.ebuild b/app-editors/vim-core/vim-core-9999.ebuild index f4f2539f21ae..b270bddd9feb 100644 --- a/app-editors/vim-core/vim-core-9999.ebuild +++ b/app-editors/vim-core/vim-core-9999.ebuild @@ -172,7 +172,7 @@ src_install() { # default vimrc is installed by vim-core since it applies to # both vim and gvim insinto /etc/vim/ - newins "${FILESDIR}"/vimrc-r4 vimrc + newins "${FILESDIR}"/vimrc-r5 vimrc eprefixify "${ED}"/etc/vim/vimrc if use minimal ; then |