summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <tristan@gentoo.org>2007-04-10 01:33:03 +0000
committerTristan Heaven <tristan@gentoo.org>2007-04-10 01:33:03 +0000
commit9087cb061779e30c6555c4bb479e97892faaafc6 (patch)
tree4b101b81e0c3c8ff525a0cdd3aaf4351f64385b8 /eclass/games.eclass
parentuse games_get_libdir (diff)
downloadhistorical-9087cb061779e30c6555c4bb479e97892faaafc6.tar.gz
historical-9087cb061779e30c6555c4bb479e97892faaafc6.tar.bz2
historical-9087cb061779e30c6555c4bb479e97892faaafc6.zip
$GAMES_LIBDIR is no longer used in the tree
Diffstat (limited to 'eclass/games.eclass')
-rw-r--r--eclass/games.eclass5
1 files changed, 1 insertions, 4 deletions
diff --git a/eclass/games.eclass b/eclass/games.eclass
index a1f98e1d1925..3420884ea37e 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.121 2007/04/07 08:52:46 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/games.eclass,v 1.122 2007/04/10 01:33:03 nyhm Exp $
# devlist: {vapier,wolf31o2,mr_bones_}@gentoo.org -> games@gentoo.org
#
@@ -23,7 +23,6 @@ export GAMES_DATADIR_BASE=${GAMES_DATADIR_BASE:-/usr/share} # some packages auto
export GAMES_SYSCONFDIR=${GAMES_SYSCONFDIR:-/etc/games}
export GAMES_STATEDIR=${GAMES_STATEDIR:-/var/games}
export GAMES_LOGDIR=${GAMES_LOGDIR:-/var/log/games}
-export GAMES_LIBDIR=${GAMES_LIBDIR:-${GAMES_PREFIX}/$(get_libdir)}
export GAMES_BINDIR=${GAMES_BINDIR:-${GAMES_PREFIX}/bin}
export GAMES_ENVD="90games"
# if you want to use a different user/group than games.games,
@@ -33,8 +32,6 @@ export GAMES_USER_DED=${GAMES_USER_DED:-games}
export GAMES_GROUP=${GAMES_GROUP:-games}
games_get_libdir() {
- # once everything is converted over from legacy GAMES_LIBDIR, delete next line
- unset GAMES_LIBDIR
echo ${GAMES_LIBDIR:-${GAMES_PREFIX}/$(get_libdir)}
}