summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-05-24 20:58:59 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-05-24 20:58:59 +0000
commit2a9998c8da157760060df66f3e6f81a539d6962b (patch)
treedf09850f4215a8dd2c6c0521bdb98c0c2fde1364 /eclass
parentclean older ebuilds (diff)
downloadgentoo-2-2a9998c8da157760060df66f3e6f81a539d6962b.tar.gz
gentoo-2-2a9998c8da157760060df66f3e6f81a539d6962b.tar.bz2
gentoo-2-2a9998c8da157760060df66f3e6f81a539d6962b.zip
use $ROOT in gamesenv
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 8d457baa557d..92ea0fb9935e 100644
--- a/eclass/games.eclass
+++ b/eclass/games.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/games.eclass,v 1.96 2005/05/24 20:45:58 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/games.eclass,v 1.97 2005/05/24 20:58:59 mr_bones_ Exp $
#
# devlist: {vapier,wolf31o2,mr_bones_}@gentoo.org -> games@gentoo.org
#
@@ -128,7 +128,7 @@ prepgamesdirs() {
}
gamesenv() {
- cat << EOF > /etc/env.d/${GAMES_ENVD}
+ cat << EOF > "${ROOT}"/etc/env.d/${GAMES_ENVD}
LDPATH="${GAMES_LIBDIR}"
PATH="${GAMES_BINDIR}"
EOF