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 | 80d338a8b3cbf547ac78d84cf1bc85988e7bf7a8 (patch) | |
tree | 43b49ffba46eecd6bb64e4ed3f65b87d031f7905 /eclass | |
parent | whitespace (diff) | |
download | gentoo-2-80d338a8b3cbf547ac78d84cf1bc85988e7bf7a8.tar.gz gentoo-2-80d338a8b3cbf547ac78d84cf1bc85988e7bf7a8.tar.bz2 gentoo-2-80d338a8b3cbf547ac78d84cf1bc85988e7bf7a8.zip |
whitespace
Diffstat (limited to '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 |