summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorTristan Heaven <tristan@gentoo.org>2009-10-01 13:15:23 +0000
committerTristan Heaven <tristan@gentoo.org>2009-10-01 13:15:23 +0000
commitf0b91b7fb828f3f15480b5284dbef0df7adb3d42 (patch)
tree892b3c0e91d6aa7a6ad5002e51d6f523986c3cb0 /eclass
parentRevert back to ~amd64 wrt #287229. (diff)
downloadhistorical-f0b91b7fb828f3f15480b5284dbef0df7adb3d42.tar.gz
historical-f0b91b7fb828f3f15480b5284dbef0df7adb3d42.tar.bz2
historical-f0b91b7fb828f3f15480b5284dbef0df7adb3d42.zip
remove useless dodir
Diffstat (limited to 'eclass')
-rw-r--r--eclass/games-mods.eclass3
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"