summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-03-15 00:44:01 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-03-15 00:44:01 +0000
commit018f17176b6a4bea8203e6762f7bc81eaff10b10 (patch)
tree7b546d7847d186c671cb372290f45b4d41e41de8 /eclass
parenteclass handles vim-core now as well (diff)
downloadgentoo-2-018f17176b6a4bea8203e6762f7bc81eaff10b10.tar.gz
gentoo-2-018f17176b6a4bea8203e6762f7bc81eaff10b10.tar.bz2
gentoo-2-018f17176b6a4bea8203e6762f7bc81eaff10b10.zip
quick fix
Diffstat (limited to 'eclass')
-rw-r--r--eclass/vim.eclass4
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