diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-22 22:36:22 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-22 22:36:22 +0000 |
commit | 0bc2887b24ffaedd5c5bcddc35db43ea9f18eaf2 (patch) | |
tree | 144feddd10c60cd6490360d74af796bb7233d454 /eclass | |
parent | Initial import, ebuild written by me. (Manifest recommit) (diff) | |
download | gentoo-2-0bc2887b24ffaedd5c5bcddc35db43ea9f18eaf2.tar.gz gentoo-2-0bc2887b24ffaedd5c5bcddc35db43ea9f18eaf2.tar.bz2 gentoo-2-0bc2887b24ffaedd5c5bcddc35db43ea9f18eaf2.zip |
fix link #43341
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/eutils.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/eutils.eclass b/eclass/eutils.eclass index 9cc8820372e8..cfda690cbcac 100644 --- a/eclass/eutils.eclass +++ b/eclass/eutils.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.88 2004/04/18 20:45:23 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.89 2004/06/22 22:36:22 vapier Exp $ # # Author: Martin Schlemmer <azarah@gentoo.org> # @@ -695,7 +695,7 @@ edos2unix() { # this can be relative (to /usr/share/pixmaps) or # a full path to an icon # type: what kind of application is this ? for categories: -# http://www.freedesktop.org/standards/menu/draft/menu-spec/menu-spec.html +# http://www.freedesktop.org/standards/menu-spec/ # path: if your app needs to startup in a specific dir make_desktop_entry() { [ -z "$1" ] && eerror "You must specify the executable" && return 1 |