diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-05-24 20:58:59 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-05-24 20:58:59 +0000 |
commit | 6924ad39a976ac13fa51642ed49f241babbc6d69 (patch) | |
tree | 9eb04f0865992b6ccb9c98d0bfbbf06b4c6bafec /eclass/games.eclass | |
parent | clean older ebuilds (diff) | |
download | historical-6924ad39a976ac13fa51642ed49f241babbc6d69.tar.gz historical-6924ad39a976ac13fa51642ed49f241babbc6d69.tar.bz2 historical-6924ad39a976ac13fa51642ed49f241babbc6d69.zip |
use $ROOT in gamesenv
Diffstat (limited to 'eclass/games.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 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 |