diff options
Diffstat (limited to 'dev-lang/python/python-2.2.3-r5.ebuild')
-rw-r--r-- | dev-lang/python/python-2.2.3-r5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/python/python-2.2.3-r5.ebuild b/dev-lang/python/python-2.2.3-r5.ebuild index 82c945a10499..721de23ff073 100644 --- a/dev-lang/python/python-2.2.3-r5.ebuild +++ b/dev-lang/python/python-2.2.3-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.2.3-r5.ebuild,v 1.11 2003/12/03 16:02:08 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.2.3-r5.ebuild,v 1.12 2003/12/08 18:45:51 liquidx Exp $ inherit flag-o-matic eutils python @@ -139,5 +139,5 @@ pkg_postinst() { pkg_postrm() { python_makesym - python_mod_cleanup + python_mod_cleanup /usr/lib/python2.2 } |