diff options
author | 2007-03-12 18:09:44 +0000 | |
---|---|---|
committer | 2007-03-12 18:09:44 +0000 | |
commit | 88939447487bbfc9902f4d27eac040ab443117f8 (patch) | |
tree | 5fb356431ef9d79e5166183865477d5465d14712 /games-strategy/heroes3/heroes3-1.3.1a-r2.ebuild | |
parent | Stable on ppc64; bug #170140 (diff) | |
download | gentoo-2-88939447487bbfc9902f4d27eac040ab443117f8.tar.gz gentoo-2-88939447487bbfc9902f4d27eac040ab443117f8.tar.bz2 gentoo-2-88939447487bbfc9902f4d27eac040ab443117f8.zip |
Replacing einfo with elog
(Portage version: 2.1.2.2)
Diffstat (limited to 'games-strategy/heroes3/heroes3-1.3.1a-r2.ebuild')
-rw-r--r-- | games-strategy/heroes3/heroes3-1.3.1a-r2.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games-strategy/heroes3/heroes3-1.3.1a-r2.ebuild b/games-strategy/heroes3/heroes3-1.3.1a-r2.ebuild index 83382d993756..32a78f56a062 100644 --- a/games-strategy/heroes3/heroes3-1.3.1a-r2.ebuild +++ b/games-strategy/heroes3/heroes3-1.3.1a-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/heroes3/heroes3-1.3.1a-r2.ebuild,v 1.4 2007/03/07 17:28:50 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/heroes3/heroes3-1.3.1a-r2.ebuild,v 1.5 2007/03/12 18:09:44 genone Exp $ # [x] Base Install Required (+4 MB) # [x] Scenarios (+7 MB) @@ -191,7 +191,7 @@ src_install() { || die "dosym failed" fi - einfo "Changing 'hiscore.dat' to be writeable for group 'games'." + elog "Changing 'hiscore.dat' to be writeable for group 'games'." fperms g+w "${dir}/data/hiscore.dat" || die "fperms failed" # in order to play campaign games, put this wrapper in place. @@ -208,6 +208,6 @@ src_install() { pkg_postinst() { games_pkg_postinst - einfo "To play the game run:" - einfo " heroes3" + elog "To play the game run:" + elog " heroes3" } |