diff options
author | 2002-04-30 10:31:08 +0000 | |
---|---|---|
committer | 2002-04-30 10:31:08 +0000 | |
commit | e1b630c155b7af0f1c6e730d9cc7ce9d0d8a8b8b (patch) | |
tree | eb98b00ff5d6afbf505364f1485486c465b186d1 /dev-lang | |
parent | man pages installed into /usr/share/man instead (diff) | |
download | historical-e1b630c155b7af0f1c6e730d9cc7ce9d0d8a8b8b.tar.gz historical-e1b630c155b7af0f1c6e730d9cc7ce9d0d8a8b8b.tar.bz2 historical-e1b630c155b7af0f1c6e730d9cc7ce9d0d8a8b8b.zip |
moved man pages from /usr/man to /usr/share/man
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/python/python-2.1.1-r4.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-lang/python/python-2.1.1-r4.ebuild b/dev-lang/python/python-2.1.1-r4.ebuild index 685affa0fad6..35084776f9ef 100644 --- a/dev-lang/python/python-2.1.1-r4.ebuild +++ b/dev-lang/python/python-2.1.1-r4.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.1.1-r4.ebuild,v 1.3 2002/04/29 21:20:00 sandymac Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.1.1-r4.ebuild,v 1.4 2002/04/30 10:31:08 seemant Exp $ S=${WORKDIR}/Python-${PV} FCHKSUM="python-fchksum-1.6" @@ -124,4 +124,7 @@ src_install() { mv "${S}/Tools/idle" "${D}/usr/lib/python2.1/tools/" dosym /usr/lib/python2.1/tools/idle/idle.py /usr/bin/idle.py fi + + # man pages wind up in /usr/man for some reason + mv ${D}/usr/man ${D}/usr/share } |