diff options
author | Mike Kelly <pioto@gentoo.org> | 2006-10-31 08:24:29 +0000 |
---|---|---|
committer | Mike Kelly <pioto@gentoo.org> | 2006-10-31 08:24:29 +0000 |
commit | 45221a044bb265819b8a8c542701d572cde71d46 (patch) | |
tree | 1deea854febcd87339dff29d3f467ff5bcaac828 /eclass/vim.eclass | |
parent | Version bump. (diff) | |
download | gentoo-2-45221a044bb265819b8a8c542701d572cde71d46.tar.gz gentoo-2-45221a044bb265819b8a8c542701d572cde71d46.tar.bz2 gentoo-2-45221a044bb265819b8a8c542701d572cde71d46.zip |
Make sure vim-core doesn't install ex or view man pages.
Diffstat (limited to 'eclass/vim.eclass')
-rw-r--r-- | eclass/vim.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/vim.eclass b/eclass/vim.eclass index 9671825ecbe6..3f1b83bd1bc4 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.155 2006/10/29 16:07:00 pioto Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.156 2006/10/31 08:24:29 pioto Exp $ # Authors: # Ryan Phillips <rphillips@gentoo.org> @@ -613,7 +613,7 @@ vim_src_install() { if version_is_at_least 7.0.109 ; then # We shouldn't be installing the ex or view man page symlinks, as they # are managed by eselect-vi - rm -f "${D}"/usr/share/man/man1/{ex,view}.1.gz + rm -f "${D}"/usr/share/man/man1/{ex,view}.1 # Same for these /usr/bin symlinks rm -f "${D}"/usr/bin/{ex,view} fi |