diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2009-10-01 13:15:23 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2009-10-01 13:15:23 +0000 |
commit | 945d48fb515e905b4cfad43e249a0c34777f6307 (patch) | |
tree | f0d95e038ec5283593c2c5f459789b3ded6175af /eclass/games-mods.eclass | |
parent | Revert back to ~amd64 wrt #287229. (diff) | |
download | gentoo-2-945d48fb515e905b4cfad43e249a0c34777f6307.tar.gz gentoo-2-945d48fb515e905b4cfad43e249a0c34777f6307.tar.bz2 gentoo-2-945d48fb515e905b4cfad43e249a0c34777f6307.zip |
remove useless dodir
Diffstat (limited to 'eclass/games-mods.eclass')
-rw-r--r-- | eclass/games-mods.eclass | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/games-mods.eclass b/eclass/games-mods.eclass index 4c70812fe293..51ce7720de17 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.22 2009/09/30 23:58:42 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/games-mods.eclass,v 1.23 2009/10/01 13:15:23 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-" @@ -338,7 +338,6 @@ games-mods_src_install() { fi if use dedicated ; then - dodir "${GAMES_STATEDIR}" if [[ -e ${FILESDIR}/server.cfg ]] ; then insinto "${GAMES_SYSCONFDIR}"/${GAME}/${MOD_DIR} doins "${FILESDIR}"/server.cfg || die "Copying server config" |