diff options
author | 2005-03-07 17:30:53 +0000 | |
---|---|---|
committer | 2005-03-07 17:30:53 +0000 | |
commit | 3d8bdc6c65a61af00d11a4d0badf1cc9078830e2 (patch) | |
tree | 9ab8ae79cebc130b61e585fd816519ec97a256e0 /eclass | |
parent | bug 82032: the test for java is both broken and unnecessary. we simply need j... (diff) | |
download | gentoo-2-3d8bdc6c65a61af00d11a4d0badf1cc9078830e2.tar.gz gentoo-2-3d8bdc6c65a61af00d11a4d0badf1cc9078830e2.tar.bz2 gentoo-2-3d8bdc6c65a61af00d11a4d0badf1cc9078830e2.zip |
minor make_desktop_entry() modification
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 585a15081b6e..b3fb8e9b3c66 100644 --- a/eclass/eutils.eclass +++ b/eclass/eutils.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.155 2005/03/06 21:28:14 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.156 2005/03/07 17:30:53 carlo Exp $ # # Author: Martin Schlemmer <azarah@gentoo.org> # @@ -943,7 +943,7 @@ make_desktop_entry() { ;; esac fi - local desktop="${T}/${exec}.desktop" + local desktop="${T}/${P}.desktop" echo "[Desktop Entry] Encoding=UTF-8 |