diff options
author | Jonathan Callen <abcd@gentoo.org> | 2010-03-09 12:57:51 +0000 |
---|---|---|
committer | Jonathan Callen <abcd@gentoo.org> | 2010-03-09 12:57:51 +0000 |
commit | 03dfa32e5b2db569885e63578512dfc669ccebc6 (patch) | |
tree | 1984c9ba513e7171184ffd82ecd4fd493eda85c5 /games-arcade/xtux/xtux-20030306.ebuild | |
parent | QA: When not using an absolute path, you MUST NOT use a file extension (.png,... (diff) | |
download | gentoo-2-03dfa32e5b2db569885e63578512dfc669ccebc6.tar.gz gentoo-2-03dfa32e5b2db569885e63578512dfc669ccebc6.tar.bz2 gentoo-2-03dfa32e5b2db569885e63578512dfc669ccebc6.zip |
QA: Do not use absolute path to icon when in standard dirs (in make_desktop_entry()); remove now-unneeded argument
(Portage version: -svn/cvs/Linux i686)
Diffstat (limited to 'games-arcade/xtux/xtux-20030306.ebuild')
-rw-r--r-- | games-arcade/xtux/xtux-20030306.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-arcade/xtux/xtux-20030306.ebuild b/games-arcade/xtux/xtux-20030306.ebuild index 6a66e0895421..7da2eb09077e 100644 --- a/games-arcade/xtux/xtux-20030306.ebuild +++ b/games-arcade/xtux/xtux-20030306.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/xtux/xtux-20030306.ebuild,v 1.15 2008/11/19 06:58:21 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/xtux/xtux-20030306.ebuild,v 1.16 2010/03/09 12:57:51 abcd Exp $ inherit eutils games @@ -46,6 +46,6 @@ src_install () { doins -r data/ || die "doins failed" dodoc AUTHORS CHANGELOG README README.GGZ doc/* newicon data/images/icon.xpm ${PN}.xpm - make_desktop_entry xtux "Xtux" /usr/share/icons/${PN}.xpm + make_desktop_entry xtux "Xtux" prepgamesdirs } |