diff options
author | Markus Meier <maekke@gentoo.org> | 2009-10-11 11:50:21 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-10-11 11:50:21 +0000 |
commit | 2fff303310b9807e5f1702f82609976c208466ee (patch) | |
tree | 6bee3ed62a1f9cf946f661c9653e2e21e116f4a1 /eclass/games-mods.eclass | |
parent | Merge from Prefix (diff) | |
download | historical-2fff303310b9807e5f1702f82609976c208466ee.tar.gz historical-2fff303310b9807e5f1702f82609976c208466ee.tar.bz2 historical-2fff303310b9807e5f1702f82609976c208466ee.zip |
whitespace
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 6a30a4f647d6..577280cd1396 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.40 2009/10/11 00:29:23 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/games-mods.eclass,v 1.41 2009/10/11 11:50:21 maekke Exp $ # Variables to specify in an ebuild which uses this eclass: # GAME - (doom3, quake4 or ut2004, etc), unless ${PN} starts with e.g. "doom3-" @@ -234,7 +234,7 @@ games-mods_src_install() { fi games_make_wrapper \ ${GAME_EXE}-${PN/${GAME}-}-ded \ - "${DED_EXE} ${SELECT_MOD}${MOD_DIR} ${DED_OPTIONS}" + "${DED_EXE} ${SELECT_MOD}${MOD_DIR} ${DED_OPTIONS}" games-mods_make_initd games-mods_make_confd fi |