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 | c3c40a28b30777605ad82a0419c0e65099bca59a (patch) | |
tree | f6b3c6d51fb75023aa4dc1a3a7747d3dd689dcb7 /eclass/python.eclass | |
parent | Fix HOMEPAGE for good. (diff) | |
download | historical-c3c40a28b30777605ad82a0419c0e65099bca59a.tar.gz historical-c3c40a28b30777605ad82a0419c0e65099bca59a.tar.bz2 historical-c3c40a28b30777605ad82a0419c0e65099bca59a.zip |
Fixed typo in python_mod_cleanup.
Diffstat (limited to 'eclass/python.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()" |