diff options
author | Jim Ramsay <lack@gentoo.org> | 2011-07-13 01:06:31 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2011-07-13 01:06:31 +0000 |
commit | 46ad1a815ddb40ecf8ec0491326414b307f61960 (patch) | |
tree | f72c73dcfab87648746fa2ffcb7743276415f822 /eclass | |
parent | Version cleanup (diff) | |
download | gentoo-2-46ad1a815ddb40ecf8ec0491326414b307f61960.tar.gz gentoo-2-46ad1a815ddb40ecf8ec0491326414b307f61960.tar.bz2 gentoo-2-46ad1a815ddb40ecf8ec0491326414b307f61960.zip |
Fixup a minor typo.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/vim.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/vim.eclass b/eclass/vim.eclass index d0a4f2855e38..6bae44a29ff6 100644 --- a/eclass/vim.eclass +++ b/eclass/vim.eclass @@ -1,9 +1,9 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.196 2011/03/28 06:47:45 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.197 2011/07/13 01:06:31 lack Exp $ # Authors: -# Jim Ramsay <i.am@gentoo.org> +# Jim Ramsay <lack@gentoo.org> # Ryan Phillips <rphillips@gentoo.org> # Seemant Kulleen <seemant@gentoo.org> # Aron Griffis <agriffis@gentoo.org> @@ -574,7 +574,7 @@ vim_src_install() { # These files might have slight security issues, so we won't # install them. See bug #77841. We don't mind if these don't # exist. - rm "${ED}${vimfiles}"/tools/{vimspell.sh,tcltags} + rm "${ED}${vimfiles}"/tools/{vimspell.sh,tcltags} 2>/dev/null elif [[ ${MY_PN} == gvim ]] ; then dobin src/gvim |