summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCiaran McCreesh <ciaranm@gentoo.org>2005-08-09 23:19:16 +0000
committerCiaran McCreesh <ciaranm@gentoo.org>2005-08-09 23:19:16 +0000
commit385b5ff8bfe4688f935856c30d24fd330d62dd28 (patch)
treec781a59474339f5d463b7a6042a65e9a62ad411c /eclass/vim.eclass
parentAdd libfam as needed by maya-6.5. (diff)
downloadgentoo-2-385b5ff8bfe4688f935856c30d24fd330d62dd28.tar.gz
gentoo-2-385b5ff8bfe4688f935856c30d24fd330d62dd28.tar.bz2
gentoo-2-385b5ff8bfe4688f935856c30d24fd330d62dd28.zip
make sure the vim7 spell files get installed
Diffstat (limited to 'eclass/vim.eclass')
-rw-r--r--eclass/vim.eclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/vim.eclass b/eclass/vim.eclass
index 281737df64c3..0a0f4008e770 100644
--- a/eclass/vim.eclass
+++ b/eclass/vim.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.117 2005/08/09 22:58:03 ciaranm Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.118 2005/08/09 23:19:16 ciaranm Exp $
# Authors:
# Ryan Phillips <rphillips@gentoo.org>
@@ -493,6 +493,7 @@ vim_src_install() {
installtools \
install-languages \
install-icons \
+ installspell \
DESTDIR=${D} \
BINDIR=/usr/bin \
MANDIR=/usr/share/man \