diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-06 00:50:13 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-06 00:50:13 +0000 |
commit | 7c2e40054295b075e622cbd114853e5bbaf552be (patch) | |
tree | 44a26675f9ef22e14f306a7abdad2959da67b4cf /games-strategy/glob2 | |
parent | version bump (bug #43461) (diff) | |
download | historical-7c2e40054295b075e622cbd114853e5bbaf552be.tar.gz historical-7c2e40054295b075e622cbd114853e5bbaf552be.tar.bz2 historical-7c2e40054295b075e622cbd114853e5bbaf552be.zip |
header fix; error messages
Diffstat (limited to 'games-strategy/glob2')
-rw-r--r-- | games-strategy/glob2/glob2-0.8.2.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games-strategy/glob2/glob2-0.8.2.ebuild b/games-strategy/glob2/glob2-0.8.2.ebuild index 648a24d2e11e..dc8e1bfa04bc 100644 --- a/games-strategy/glob2/glob2-0.8.2.ebuild +++ b/games-strategy/glob2/glob2-0.8.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/glob2-0.8.2.ebuild,v 1.1 2004/02/21 21:36:25 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/glob2-0.8.2.ebuild,v 1.2 2004/03/06 00:50:13 mr_bones_ Exp $ inherit games @@ -20,11 +20,11 @@ DEPEND="media-libs/libsdl src_compile() { egamesconf `use_enable opengl` || die - emake || die + emake || die "emake failed" } src_install() { - make install DESTDIR=${D} || die + make DESTDIR="${D}" install || die "make install failed" dodoc AUTHORS ChangeLog NEWS README TODO prepgamesdirs } |