summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-10-17 23:09:19 +0000
committerMike Frysinger <vapier@gentoo.org>2006-10-17 23:09:19 +0000
commit8137f6478f8bf1c4b034d3de203405189d2d00ad (patch)
tree2e8a101084fad88be94abc5bc987284cb2370b62 /eclass/games.eclass
parentStable on amd64/x86 wrt bug #148945. (diff)
downloadhistorical-8137f6478f8bf1c4b034d3de203405189d2d00ad.tar.gz
historical-8137f6478f8bf1c4b034d3de203405189d2d00ad.tar.bz2
historical-8137f6478f8bf1c4b034d3de203405189d2d00ad.zip
indent gamesenv
Diffstat (limited to 'eclass/games.eclass')
-rw-r--r--eclass/games.eclass10
1 files changed, 5 insertions, 5 deletions
diff --git a/eclass/games.eclass b/eclass/games.eclass
index f8d471f85e74..00d172be91af 100644
--- a/eclass/games.eclass
+++ b/eclass/games.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/games.eclass,v 1.114 2006/09/03 23:50:33 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/games.eclass,v 1.115 2006/10/17 23:09:19 vapier Exp $
#
# devlist: {vapier,wolf31o2,mr_bones_}@gentoo.org -> games@gentoo.org
#
@@ -99,10 +99,10 @@ prepgamesdirs() {
}
gamesenv() {
- cat << EOF > "${ROOT}"/etc/env.d/${GAMES_ENVD}
-LDPATH="${GAMES_LIBDIR}"
-PATH="${GAMES_BINDIR}"
-EOF
+ cat <<-EOF > "${ROOT}"/etc/env.d/${GAMES_ENVD}
+ LDPATH="${GAMES_LIBDIR}"
+ PATH="${GAMES_BINDIR}"
+ EOF
}
games_pkg_setup() {