diff options
author | Tristan Heaven <tristan@gentoo.org> | 2009-10-06 13:37:42 +0000 |
---|---|---|
committer | Tristan Heaven <tristan@gentoo.org> | 2009-10-06 13:37:42 +0000 |
commit | 6e6f929cf415a0ef3acbee7cd0e756e41a7b15e7 (patch) | |
tree | 4911b3e7c9e658b677c4202b2de94bfc61deaf01 /eclass/games-mods.eclass | |
parent | josm version bump (diff) | |
download | historical-6e6f929cf415a0ef3acbee7cd0e756e41a7b15e7.tar.gz historical-6e6f929cf415a0ef3acbee7cd0e756e41a7b15e7.tar.bz2 historical-6e6f929cf415a0ef3acbee7cd0e756e41a7b15e7.zip |
exec ut2004-ded for ut2004 servers (doesn't exist yet but neither does ucc)
Diffstat (limited to 'eclass/games-mods.eclass')
-rw-r--r-- | eclass/games-mods.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/games-mods.eclass b/eclass/games-mods.eclass index f897c8df0b65..7d5113826d4c 100644 --- a/eclass/games-mods.eclass +++ b/eclass/games-mods.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/games-mods.eclass,v 1.33 2009/10/06 13:07:26 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/games-mods.eclass,v 1.34 2009/10/06 13:37:42 nyhm Exp $ # Variables to specify in an ebuild which uses this eclass: # GAME - (doom3, quake4 or ut2004, etc), unless ${PN} starts with e.g. "doom3-" @@ -75,7 +75,7 @@ case ${GAME} in DEFAULT_MOD_ICON="ut2004" SELECT_MOD="-mod=" GAME_EXE="ut2004" - DED_EXE="ucc" + DED_EXE="ut2004-ded" DED_OPTIONS="" DED_CFG_DIR="" ;; |