summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorTim Yamin <plasmaroo@gentoo.org>2003-11-30 23:17:09 +0000
committerTim Yamin <plasmaroo@gentoo.org>2003-11-30 23:17:09 +0000
commit8e668a45e64307e0505729752145efb155645cf5 (patch)
treee8a66b35eccfe94f367e655b18d4488dca1133ca /eclass
parentImprove ${DEPEND} a little... (diff)
downloadgentoo-2-8e668a45e64307e0505729752145efb155645cf5.tar.gz
gentoo-2-8e668a45e64307e0505729752145efb155645cf5.tar.bz2
gentoo-2-8e668a45e64307e0505729752145efb155645cf5.zip
Fix 'echo' spacings...
Diffstat (limited to 'eclass')
-rw-r--r--eclass/games.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/games.eclass b/eclass/games.eclass
index 8156767b57ca..ade72657aa66 100644
--- a/eclass/games.eclass
+++ b/eclass/games.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/games.eclass,v 1.54 2003/11/10 20:04:53 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/games.eclass,v 1.55 2003/11/30 23:17:09 plasmaroo Exp $
#
# devlist: {vapier,wolf31o2,msterret}@gentoo.org
#
@@ -125,9 +125,9 @@ games_src_compile() {
# pkg_postinst function ... create env.d entry and warn about games group
games_pkg_postinst() {
gamesenv
- echo
ewarn "Remember, in order to play games, you have to"
ewarn "be in the '${GAMES_GROUP}' group."
+ echo
einfo "See the usermod(8) manpage for more information."
echo
}