summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-12-08 17:39:24 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-12-08 17:39:24 +0000
commitc27aa89a87dc422944803b1a76a44b7482c059e3 (patch)
treee91e8a5806dc7830edcc24d4c1540a16069ad6fa /eclass/python.eclass
parentRemove stale version. (diff)
downloadgentoo-2-c27aa89a87dc422944803b1a76a44b7482c059e3.tar.gz
gentoo-2-c27aa89a87dc422944803b1a76a44b7482c059e3.tar.bz2
gentoo-2-c27aa89a87dc422944803b1a76a44b7482c059e3.zip
more informative einfos
Diffstat (limited to 'eclass/python.eclass')
-rw-r--r--eclass/python.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/python.eclass b/eclass/python.eclass
index 090359a123b6..1aa02798c172 100644
--- a/eclass/python.eclass
+++ b/eclass/python.eclass
@@ -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/eclass/python.eclass,v 1.10 2003/11/01 18:33:58 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/python.eclass,v 1.11 2003/12/08 17:39:24 liquidx Exp $
#
# Author: Alastair Tse <liquidx@gentoo.org>
#
@@ -179,7 +179,7 @@ python_mod_cleanup() {
fi
for path in ${SEARCH_PATH}; do
- einfo "Searching ${path} .."
+ einfo "Cleaning orphaned Python bytecode from ${path} .."
for obj in $(find ${path} -name *.pyc); do
src_py="$(echo $obj | sed 's:c$::')"
if [ ! -f "${src_py}" ]; then