summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorTristan Heaven <nyhm@gentoo.org>2009-10-06 13:07:26 +0000
committerTristan Heaven <nyhm@gentoo.org>2009-10-06 13:07:26 +0000
commitc58e84d905a68158fbf2fbc97113c6142179a2ee (patch)
treeb7106ce0d3b9d53bccef3b41cbaddfc0d968892c /eclass
parentname wrappers and init scripts ${PN/${GAME}-} instead of ${MOD_DIR} (diff)
downloadgentoo-2-c58e84d905a68158fbf2fbc97113c6142179a2ee.tar.gz
gentoo-2-c58e84d905a68158fbf2fbc97113c6142179a2ee.tar.bz2
gentoo-2-c58e84d905a68158fbf2fbc97113c6142179a2ee.zip
missed one
Diffstat (limited to 'eclass')
-rw-r--r--eclass/games-mods.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/games-mods.eclass b/eclass/games-mods.eclass
index 5e66146d6793..f897c8df0b65 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.32 2009/10/06 12:59:07 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/games-mods.eclass,v 1.33 2009/10/06 13:07:26 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-"
@@ -387,7 +387,7 @@ games-mods_pkg_postinst() {
elog " ${GAME_EXE}-${PN/${GAME}-}-ded"
echo
elog "To launch server at startup run:"
- elog " rc-update add ${GAME_EXE}-${MOD_DIR}-ded default"
+ elog " rc-update add ${GAME_EXE}-${PN/${GAME}-}-ded default"
echo
fi
}