diff options
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" } |