From 88116fb5ff4ffe79f3cf8cb27b1f28d9a0660c5f Mon Sep 17 00:00:00 2001 From: Kacper Kowalik Date: Tue, 26 Apr 2011 17:06:45 +0000 Subject: Remove pointless doman Package-Manager: portage-2.2.0_alpha29/cvs/Linux x86_64 --- net-misc/pssh/pssh-2.2.2.ebuild | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'net-misc/pssh/pssh-2.2.2.ebuild') diff --git a/net-misc/pssh/pssh-2.2.2.ebuild b/net-misc/pssh/pssh-2.2.2.ebuild index 9b26958edac4..b2e6d0e979b1 100644 --- a/net-misc/pssh/pssh-2.2.2.ebuild +++ b/net-misc/pssh/pssh-2.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/pssh/pssh-2.2.2.ebuild,v 1.1 2011/04/26 08:39:24 ultrabug Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/pssh/pssh-2.2.2.ebuild,v 1.2 2011/04/26 17:06:45 xarthisius Exp $ EAPI="3" PYTHON_DEPEND="*:2.4" @@ -26,9 +26,5 @@ RESTRICT="test" PYTHON_MODNAME=psshlib src_prepare() { - sed -i -e "s|'man/man1'|'share/man/man1'|g" setup.py -} - -pkg_postinst() { - doman "${D}/usr/share/man/man1/pssh.1" + sed -i -e "s|man/man1'|share/&|g" setup.py || die } -- cgit v1.2.3-65-gdbad