diff options
author | Tristan Heaven <tristan@gentoo.org> | 2009-10-06 13:07:26 +0000 |
---|---|---|
committer | Tristan Heaven <tristan@gentoo.org> | 2009-10-06 13:07:26 +0000 |
commit | 3431d37699380d274d4934c73902cb72345aed96 (patch) | |
tree | 455116dc916137580e73293bd844d4e623199ed7 /eclass | |
parent | name wrappers and init scripts ${PN/${GAME}-} instead of ${MOD_DIR} (diff) | |
download | historical-3431d37699380d274d4934c73902cb72345aed96.tar.gz historical-3431d37699380d274d4934c73902cb72345aed96.tar.bz2 historical-3431d37699380d274d4934c73902cb72345aed96.zip |
missed one
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 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 } |