diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-08-04 19:31:38 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-08-04 19:31:38 +0000 |
commit | fe5613489c3494f452996219210841b8c1de1cc7 (patch) | |
tree | a446baa5aefb5f9b67c1ff6ec1693caaf132ebee /eclass | |
parent | whitespace (diff) | |
download | gentoo-2-fe5613489c3494f452996219210841b8c1de1cc7.tar.gz gentoo-2-fe5613489c3494f452996219210841b8c1de1cc7.tar.bz2 gentoo-2-fe5613489c3494f452996219210841b8c1de1cc7.zip |
Use word Updating rather than Installing as it is less confusing when being executed in postrm phase.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/games-ggz.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/games-ggz.eclass b/eclass/games-ggz.eclass index 57a2830f4e50..07432dc7386a 100644 --- a/eclass/games-ggz.eclass +++ b/eclass/games-ggz.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/games-ggz.eclass,v 1.6 2011/04/19 21:19:11 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/games-ggz.eclass,v 1.7 2011/08/04 19:31:38 scarabeus Exp $ inherit base @@ -55,7 +55,7 @@ games-ggz_update_modules() { mkdir -p "${confdir}" echo -n > "${confdir}"/ggz.modules if [[ -d ${moddir} ]] ; then - ebegin "Installing GGZ modules" + ebegin "Updating GGZ modules" cd "${moddir}" find . -type f -name '*.dsc' | while read dsc ; do DESTDIR=${ROOT} ggz-config -Dim "${dsc}" || ((rval++)) |