diff options
author | Ali Polatel <hawking@gentoo.org> | 2008-05-29 20:01:55 +0000 |
---|---|---|
committer | Ali Polatel <hawking@gentoo.org> | 2008-05-29 20:01:55 +0000 |
commit | 8fd718e4f9c32752bdb58c436b8b933ba3c16741 (patch) | |
tree | bf3a2c755eb8a73ec80a07d2b01d51cc0ee3cab4 /eclass | |
parent | Fix HOMEPAGE for good. (diff) | |
download | gentoo-2-8fd718e4f9c32752bdb58c436b8b933ba3c16741.tar.gz gentoo-2-8fd718e4f9c32752bdb58c436b8b933ba3c16741.tar.bz2 gentoo-2-8fd718e4f9c32752bdb58c436b8b933ba3c16741.zip |
Fixed typo in python_mod_cleanup.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/python.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/python.eclass b/eclass/python.eclass index 83134b2d77c9..eeb270812be5 100644 --- a/eclass/python.eclass +++ b/eclass/python.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/python.eclass,v 1.37 2008/05/29 18:36:20 hawking Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/python.eclass,v 1.38 2008/05/29 20:01:55 hawking Exp $ # @ECLASS: python.eclass # @MAINTAINER: @@ -238,7 +238,7 @@ python_mod_optimize() { python_mod_cleanup() { local SEARCH_PATH myroot - # Check if phase is pkg_postinst() + # Check if phase is pkg_postrm() [[ ${EBUILD_PHASE} != postrm ]] &&\ die "${FUNCNAME} should only be run in pkg_postrm()" |