diff options
author | Julian Ospald <hasufell@gentoo.org> | 2012-06-02 15:52:29 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2012-06-02 15:52:29 +0000 |
commit | 0e4290779cae99ab32ceacabd47862d4f3555240 (patch) | |
tree | b9b6ad75334da82e6cfb4f73c16af808e3ea2dde /games-arcade/mari0 | |
parent | bump to EAPI=4 (diff) | |
download | gentoo-2-0e4290779cae99ab32ceacabd47862d4f3555240.tar.gz gentoo-2-0e4290779cae99ab32ceacabd47862d4f3555240.tar.bz2 gentoo-2-0e4290779cae99ab32ceacabd47862d4f3555240.zip |
remove die
(Portage version: 2.2.0_alpha109/cvs/Linux x86_64)
Diffstat (limited to 'games-arcade/mari0')
-rw-r--r-- | games-arcade/mari0/mari0-1.6.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-arcade/mari0/mari0-1.6.ebuild b/games-arcade/mari0/mari0-1.6.ebuild index 39763d7179cc..a6d71b00f514 100644 --- a/games-arcade/mari0/mari0-1.6.ebuild +++ b/games-arcade/mari0/mari0-1.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/mari0/mari0-1.6.ebuild,v 1.3 2012/06/02 15:46:33 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/mari0/mari0-1.6.ebuild,v 1.4 2012/06/02 15:52:29 hasufell Exp $ EAPI=4 @@ -35,10 +35,10 @@ src_install() { local dir=${GAMES_DATADIR}/love/${PN} exeinto "${dir}" - doexe ${MY_P}.love || die + doexe ${MY_P}.love insinto /usr/share/icons/hicolor/scalable/apps - doins "${FILESDIR}"/${PN}.svg || die + doins "${FILESDIR}"/${PN}.svg games_make_wrapper ${PN} "love ${MY_P}.love" "${dir}" make_desktop_entry ${PN} |