diff options
author | 2002-11-28 16:25:21 +0000 | |
---|---|---|
committer | 2002-11-28 16:25:21 +0000 | |
commit | a9bb63b46282db2d6d9f1830db496e9e43aa6ebc (patch) | |
tree | 4349e1c6c897c3e84ab329683e63c8c1e38ebe3a /eclass | |
parent | New version. Requires xine-lib-alpha. (diff) | |
download | gentoo-2-a9bb63b46282db2d6d9f1830db496e9e43aa6ebc.tar.gz gentoo-2-a9bb63b46282db2d6d9f1830db496e9e43aa6ebc.tar.bz2 gentoo-2-a9bb63b46282db2d6d9f1830db496e9e43aa6ebc.zip |
changed GAMES_USER to games
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/games.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/games.eclass b/eclass/games.eclass index 01dd1959ac45..df22329c2d40 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.13 2002/11/27 19:49:28 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/games.eclass,v 1.14 2002/11/28 16:25:21 vapier Exp $ # devlist: {bass,phoenix,vapier}@gentoo.org # This is the games ebuild for standardizing the install of games ... @@ -20,7 +20,7 @@ export GAMES_STATEDIR="/var/games" export GAMES_LIBDIR="/usr/games/lib" export GAMES_BINDIR="/usr/games/bin" export GAMES_ENVD="90games" -export GAMES_USER="root" +export GAMES_USER="games" export GAMES_GROUP="games" egamesconf() { |