diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-01-07 20:25:25 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-01-07 20:25:25 +0000 |
commit | d8f86a6350a3abd9f323ad4935b4cc92c5de5df5 (patch) | |
tree | 5967c0cce2c8a815c648244b6f2aedf9b628750a /games-emulation/mamory/mamory-0.2.11.ebuild | |
parent | repoman: Trim trailing whitespace; Header fix (diff) | |
download | gentoo-2-d8f86a6350a3abd9f323ad4935b4cc92c5de5df5.tar.gz gentoo-2-d8f86a6350a3abd9f323ad4935b4cc92c5de5df5.tar.bz2 gentoo-2-d8f86a6350a3abd9f323ad4935b4cc92c5de5df5.zip |
more error checking/messages
Diffstat (limited to 'games-emulation/mamory/mamory-0.2.11.ebuild')
-rw-r--r-- | games-emulation/mamory/mamory-0.2.11.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/games-emulation/mamory/mamory-0.2.11.ebuild b/games-emulation/mamory/mamory-0.2.11.ebuild index 11336a98ecbc..841184e4e998 100644 --- a/games-emulation/mamory/mamory-0.2.11.ebuild +++ b/games-emulation/mamory/mamory-0.2.11.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: +# $Header: inherit games @@ -17,13 +17,13 @@ RDEPEND="" src_compile() { egamesconf || die - emake CFLAGS="${CFLAGS} -DNDEBUG" || die + emake CFLAGS="${CFLAGS} -DNDEBUG" || die "emake failed" } src_install() { egamesinstall || die mv ${D}/${GAMES_PREFIX}/include ${D}/usr/ - dodoc AUTHORS ChangeLog README TODO - dohtml DOCS/mamory.html + dodoc AUTHORS ChangeLog README TODO || die "dodoc failed" + dohtml DOCS/mamory.html || die "dohtml failed" prepgamesdirs } |