diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-01-20 14:04:31 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-01-20 14:04:31 +0000 |
commit | 55a6c9becba8c7880c8e5f2a54f506d589046719 (patch) | |
tree | 5b085bf48721ec5d5d4de4d7087e48d00abfda22 /eclass/games-etmod.eclass | |
parent | version bump, fixes bug #59120. corrected dependency, fixes bug #78370. (diff) | |
download | historical-55a6c9becba8c7880c8e5f2a54f506d589046719.tar.gz historical-55a6c9becba8c7880c8e5f2a54f506d589046719.tar.bz2 historical-55a6c9becba8c7880c8e5f2a54f506d589046719.zip |
fix postinst output #78081
Diffstat (limited to 'eclass/games-etmod.eclass')
-rw-r--r-- | eclass/games-etmod.eclass | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/eclass/games-etmod.eclass b/eclass/games-etmod.eclass index f250bdc2ba2f..fe5241cf8bd3 100644 --- a/eclass/games-etmod.eclass +++ b/eclass/games-etmod.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/games-etmod.eclass,v 1.3 2005/01/13 18:28:04 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/games-etmod.eclass,v 1.4 2005/01/20 14:04:31 vapier Exp $ inherit games @@ -12,7 +12,7 @@ EXPORT_FUNCTIONS src_install pkg_postinst DESCRIPTION="Enemy Territory - ${MOD_DESC}" SLOT="0" -KEYWORDS="-* x86 amd64" +KEYWORDS="-* amd64 x86" IUSE="opengl dedicated emul-linux-x86" DEPEND="app-arch/unzip" @@ -74,7 +74,7 @@ games-etmod_pkg_postinst() { cp ${samplecfg} ${realcfg} fi - einfo "To play this mod: enemy-territory-${MOD_BINS}" + einfo "To play this mod: et-${MOD_BINS}" einfo "To launch a dedicated server: et-${MOD_BINS}-ded" use dedicated && \ einfo "To launch server at startup: /etc/init.d/et-${MOD_NAME}-ded" |