summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2002-11-30 00:44:35 +0000
committerMike Frysinger <vapier@gentoo.org>2002-11-30 00:44:35 +0000
commitc2ae6a241397b5d68d8f4c4a01af7de9a11952a4 (patch)
tree796761ee8e6bd49bd88717e1a3df1e0c81b52ea2 /eclass/games.eclass
parentChanged mkdir ${D} to dodir ${D} (diff)
downloadgentoo-2-c2ae6a241397b5d68d8f4c4a01af7de9a11952a4.tar.gz
gentoo-2-c2ae6a241397b5d68d8f4c4a01af7de9a11952a4.tar.bz2
gentoo-2-c2ae6a241397b5d68d8f4c4a01af7de9a11952a4.zip
added spaces around msg
Diffstat (limited to 'eclass/games.eclass')
-rw-r--r--eclass/games.eclass4
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/games.eclass b/eclass/games.eclass
index 86ca7586788c..8b7a06e9c9b6 100644
--- a/eclass/games.eclass
+++ b/eclass/games.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/games.eclass,v 1.15 2002/11/29 22:28:50 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/games.eclass,v 1.16 2002/11/30 00:44:35 vapier Exp $
# devlist: {bass,phoenix,vapier}@gentoo.org
# This is the games ebuild for standardizing the install of games ...
@@ -87,8 +87,10 @@ gamesenv() {
games_pkg_postinst() {
gamesenv
+ echo
ewarn "Remember, in order to play games, you have to"
ewarn "be in the 'games' group."
ewarn "To add yourself to the 'games' group, simply do:"
ewarn '`usermod -G games mike` to add mike to the games group'
+ echo
}