summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-01-20 14:04:31 +0000
committerMike Frysinger <vapier@gentoo.org>2005-01-20 14:04:31 +0000
commitb60a03ec9b55d8ac1935fd5eea8092a43b8f140e (patch)
tree1af03f65bc98dc00802231fdd575c4ebef6c4aba /eclass
parentversion bump, fixes bug #59120. corrected dependency, fixes bug #78370. (diff)
downloadgentoo-2-b60a03ec9b55d8ac1935fd5eea8092a43b8f140e.tar.gz
gentoo-2-b60a03ec9b55d8ac1935fd5eea8092a43b8f140e.tar.bz2
gentoo-2-b60a03ec9b55d8ac1935fd5eea8092a43b8f140e.zip
fix postinst output #78081
Diffstat (limited to 'eclass')
-rw-r--r--eclass/games-etmod.eclass8
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"