diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-03-15 00:44:01 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-03-15 00:44:01 +0000 |
commit | 739a53e5bda8beeacae6c559114cae1568817b01 (patch) | |
tree | 72630c48c912c6b332b55d25a8fdf55dd03b4ed5 /eclass | |
parent | eclass handles vim-core now as well (diff) | |
download | historical-739a53e5bda8beeacae6c559114cae1568817b01.tar.gz historical-739a53e5bda8beeacae6c559114cae1568817b01.tar.bz2 historical-739a53e5bda8beeacae6c559114cae1568817b01.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 |