diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2011-04-26 17:06:45 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2011-04-26 17:06:45 +0000 |
commit | 88116fb5ff4ffe79f3cf8cb27b1f28d9a0660c5f (patch) | |
tree | ef1e64a78d739d756043b7e151646e93aacd7dbb /net-misc/pssh/pssh-2.2.2.ebuild | |
parent | [bump] dev-perl/DateTime-0.680.0 (diff) | |
download | historical-88116fb5ff4ffe79f3cf8cb27b1f28d9a0660c5f.tar.gz historical-88116fb5ff4ffe79f3cf8cb27b1f28d9a0660c5f.tar.bz2 historical-88116fb5ff4ffe79f3cf8cb27b1f28d9a0660c5f.zip |
Remove pointless doman
Package-Manager: portage-2.2.0_alpha29/cvs/Linux x86_64
Diffstat (limited to 'net-misc/pssh/pssh-2.2.2.ebuild')
-rw-r--r-- | net-misc/pssh/pssh-2.2.2.ebuild | 8 |
1 files changed, 2 insertions, 6 deletions
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 } |