From fe5613489c3494f452996219210841b8c1de1cc7 Mon Sep 17 00:00:00 2001 From: Tomas Chvatal Date: Thu, 4 Aug 2011 19:31:38 +0000 Subject: Use word Updating rather than Installing as it is less confusing when being executed in postrm phase. --- eclass/games-ggz.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eclass') 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++)) -- cgit v1.2.3-65-gdbad