diff options
author | 2003-03-15 00:44:01 +0000 | |
---|---|---|
committer | 2003-03-15 00:44:01 +0000 | |
commit | 018f17176b6a4bea8203e6762f7bc81eaff10b10 (patch) | |
tree | 7b546d7847d186c671cb372290f45b4d41e41de8 /eclass | |
parent | eclass handles vim-core now as well (diff) | |
download | gentoo-2-018f17176b6a4bea8203e6762f7bc81eaff10b10.tar.gz gentoo-2-018f17176b6a4bea8203e6762f7bc81eaff10b10.tar.bz2 gentoo-2-018f17176b6a4bea8203e6762f7bc81eaff10b10.zip |
quick fix
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/vim.eclass | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/vim.eclass b/eclass/vim.eclass index 4186cf04f7cb..d5d177ef7aa2 100644 --- a/eclass/vim.eclass +++ b/eclass/vim.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.10 2003/03/15 00:41:07 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.11 2003/03/15 00:44:01 seemant Exp $ # # Author Ryan Phillips <rphillips@gentoo.org> # Modified by: Seemant Kulleen <seemant@gentoo.org> @@ -209,6 +209,8 @@ src_install() { cd $D/usr/share/doc/$PF ln -s ../../vim/*/doc $P + keepdir /usr/share/vim/vim${vim_version/.}/keymap + # fix problems with vim not finding its data files. echo "VIMRUNTIME=/usr/share/vim/vim${vim_version/.}" > 40vim insinto /etc/env.d |