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 | b5f7cbcc61a48d6a439d10779c328267a89e1674 (patch) | |
tree | 88f83f5dca926127b317aa585cef3fc9b802765f /eclass/vim.eclass | |
parent | Version bump. (diff) | |
download | historical-b5f7cbcc61a48d6a439d10779c328267a89e1674.tar.gz historical-b5f7cbcc61a48d6a439d10779c328267a89e1674.tar.bz2 historical-b5f7cbcc61a48d6a439d10779c328267a89e1674.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 |