diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-09-03 01:19:50 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-09-03 01:19:50 +0000 |
commit | eecd86beacf8d125f5e286f0d8e95a750bd693bd (patch) | |
tree | 7348f221fd332b8df0f886894234319101c94e28 /eclass/games-q3mod.eclass | |
parent | install fix #27561 (diff) | |
download | historical-eecd86beacf8d125f5e286f0d8e95a750bd693bd.tar.gz historical-eecd86beacf8d125f5e286f0d8e95a750bd693bd.tar.bz2 historical-eecd86beacf8d125f5e286f0d8e95a750bd693bd.zip |
should be MOD_BINS for init.d not MOD_NAME
Diffstat (limited to 'eclass/games-q3mod.eclass')
-rw-r--r-- | eclass/games-q3mod.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/games-q3mod.eclass b/eclass/games-q3mod.eclass index 863d39a9868c..6a69afcd8098 100644 --- a/eclass/games-q3mod.eclass +++ b/eclass/games-q3mod.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/games-q3mod.eclass,v 1.10 2003/07/23 03:48:13 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/games-q3mod.eclass,v 1.11 2003/09/03 01:19:50 vapier Exp $ inherit games @@ -73,8 +73,8 @@ games-q3mod_pkg_postinst() { cp ${samplecfg} ${realcfg} fi - einfo "To play this mod: quake3-${MOD_NAME}" - einfo "To launch a dedicated server: q3${MOD_NAME}-ded" + einfo "To play this mod: quake3-${MOD_BINS}" + einfo "To launch a dedicated server: q3${MOD_BINS}-ded" [ `use dedicated` ] && \ einfo "To launch server at startup: /etc/init.d/q3${MOD_NAME}-ded" |