summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2007-12-12 06:13:19 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2007-12-12 06:13:19 +0000
commitfb543cd78d573e039a0fcf834b71e1854c5bd116 (patch)
treefddb409eb4a8ba667b5cc89f44c6b68e19074c7c /games-puzzle/gnurobbo
parentquoting (diff)
downloadhistorical-fb543cd78d573e039a0fcf834b71e1854c5bd116.tar.gz
historical-fb543cd78d573e039a0fcf834b71e1854c5bd116.tar.bz2
historical-fb543cd78d573e039a0fcf834b71e1854c5bd116.zip
tidy
Package-Manager: portage-2.1.3.19
Diffstat (limited to 'games-puzzle/gnurobbo')
-rw-r--r--games-puzzle/gnurobbo/gnurobbo-0.57.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/games-puzzle/gnurobbo/gnurobbo-0.57.ebuild b/games-puzzle/gnurobbo/gnurobbo-0.57.ebuild
index 655d7ce28afa..591602e52fda 100644
--- a/games-puzzle/gnurobbo/gnurobbo-0.57.ebuild
+++ b/games-puzzle/gnurobbo/gnurobbo-0.57.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/gnurobbo/gnurobbo-0.57.ebuild,v 1.2 2005/06/10 13:45:28 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/gnurobbo/gnurobbo-0.57.ebuild,v 1.3 2007/12/12 06:13:19 mr_bones_ Exp $
inherit eutils games
@@ -18,7 +18,7 @@ DEPEND="media-libs/libsdl
src_unpack() {
unpack ${A}
- cd ${WORKDIR}
+ cd "${WORKDIR}"
bunzip2 -v *bz2
mv gnurobbo.48.png "${T}/${PN}.png"
}
@@ -33,9 +33,9 @@ src_compile() {
}
src_install() {
- make DESTDIR="${D}" install || die "make install failed"
+ emake DESTDIR="${D}" install || die "emake install failed"
dodoc AUTHORS Bugs ChangeLog README TODO
doicon "${T}/${PN}.png"
- make_desktop_entry gnurobbo Gnurobbo ${PN}.png
+ make_desktop_entry gnurobbo Gnurobbo
prepgamesdirs
}