diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2002-06-17 05:34:50 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2002-06-17 05:34:50 +0000 |
commit | 38422f9d4037cc89f0f88105bdb6222a0c409d2f (patch) | |
tree | 4877a592382dd88d3a7b77f7448eba626a846e3e /app-emulation/snes9x | |
parent | new package (diff) | |
download | gentoo-2-38422f9d4037cc89f0f88105bdb6222a0c409d2f.tar.gz gentoo-2-38422f9d4037cc89f0f88105bdb6222a0c409d2f.tar.bz2 gentoo-2-38422f9d4037cc89f0f88105bdb6222a0c409d2f.zip |
added a die statement on error
Diffstat (limited to 'app-emulation/snes9x')
-rw-r--r-- | app-emulation/snes9x/snes9x-139.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/snes9x/snes9x-139.ebuild b/app-emulation/snes9x/snes9x-139.ebuild index b5bbf8043cf8..8cacdcd94846 100644 --- a/app-emulation/snes9x/snes9x-139.ebuild +++ b/app-emulation/snes9x/snes9x-139.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Maintainer: Ryan Phillips <rphillips@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-emulation/snes9x/snes9x-139.ebuild,v 1.1 2002/05/27 02:03:52 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/snes9x/snes9x-139.ebuild,v 1.2 2002/06/17 05:34:50 rphillips Exp $ DESCRIPTION="Snes9x is a portable, freeware Super Nintendo Entertainment System (SNES) emulator." HOMEPAGE="http://www.snes9x.com/" @@ -13,7 +13,7 @@ DEPEND="dev-lang/nasm S=${WORKDIR}/release src_compile() { - make -f Makefile.linux + make -f Makefile.linux || die } src_install() { |