Make sure vim-core doesn't install ex or view man pages.
authorMike Kelly <pioto@gentoo.org>
Tue, 31 Oct 2006 08:24:29 +0000 (08:24 +0000)
committerMike Kelly <pioto@gentoo.org>
Tue, 31 Oct 2006 08:24:29 +0000 (08:24 +0000)
eclass/vim.eclass

index 9671825ecbe6ceb57f3bae076660035dbb02745d..3f1b83bd1bc4953490b87bb58d9f7060b427bff6 100644 (file)
@@ -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