diff options
author | Julian Ospald <hasufell@gentoo.org> | 2012-06-02 15:53:37 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2012-06-02 15:53:37 +0000 |
commit | 486c57b64f16f6b8323738ddeb9c15c4adcd7985 (patch) | |
tree | 890c2903202ab0cf2b32c3951eacb755b622b5aa /games-arcade/mari0 | |
parent | bump to EAPI=4 (diff) | |
download | historical-486c57b64f16f6b8323738ddeb9c15c4adcd7985.tar.gz historical-486c57b64f16f6b8323738ddeb9c15c4adcd7985.tar.bz2 historical-486c57b64f16f6b8323738ddeb9c15c4adcd7985.zip |
remove die
Package-Manager: portage-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} |