diff options
Diffstat (limited to 'games-arcade/supertux')
-rw-r--r-- | games-arcade/supertux/supertux-0.1.3.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games-arcade/supertux/supertux-0.1.3.ebuild b/games-arcade/supertux/supertux-0.1.3.ebuild index 86327a751766..34088d2354ce 100644 --- a/games-arcade/supertux/supertux-0.1.3.ebuild +++ b/games-arcade/supertux/supertux-0.1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/supertux/supertux-0.1.3.ebuild,v 1.15 2010/11/08 04:33:07 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/supertux/supertux-0.1.3.ebuild,v 1.16 2011/04/06 21:50:56 mr_bones_ Exp $ EAPI=2 inherit eutils games @@ -29,15 +29,14 @@ src_configure() { egamesconf \ --disable-dependency-tracking \ --disable-debug \ - $(use_enable opengl) \ - || die + $(use_enable opengl) } src_install() { emake DESTDIR="${D}" \ desktopdir=/usr/share/applications \ icondir=/usr/share/pixmaps \ - install || die "emake install failed" + install || die dodoc AUTHORS ChangeLog LEVELDESIGN README TODO prepgamesdirs } |