summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2003-09-13 20:08:41 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2003-09-13 20:08:41 +0000
commitb4a4e2e11c84bdc2ff66064ba7a41b9ea27b1a24 (patch)
treee6ad62930c8b92ddd0a819bf35eba2663a5bb95a /eclass
parentKEYWORD for ppc & sparc #28637 (diff)
downloadgentoo-2-b4a4e2e11c84bdc2ff66064ba7a41b9ea27b1a24.tar.gz
gentoo-2-b4a4e2e11c84bdc2ff66064ba7a41b9ea27b1a24.tar.bz2
gentoo-2-b4a4e2e11c84bdc2ff66064ba7a41b9ea27b1a24.zip
Changing make_desktop_entry to fit games-* category changes.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/eutils.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/eutils.eclass b/eclass/eutils.eclass
index 393a35f96b37..90574f9887b0 100644
--- a/eclass/eutils.eclass
+++ b/eclass/eutils.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/eutils.eclass,v 1.52 2003/09/13 19:24:21 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.53 2003/09/13 20:08:41 wolf31o2 Exp $
#
# Author: Martin Schlemmer <azarah@gentoo.org>
#
@@ -682,7 +682,7 @@ make_desktop_entry() {
if [ -z "${type}" ] ; then
case ${CATEGORY} in
app-emulation) type=Emulator ;;
- app-games) type=Game ;;
+ games-*) type=Game ;;
*) type="" ;;
esac
fi