diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-13 09:55:27 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-13 09:55:27 +0000 |
commit | 10a5d421d11f53a6acc6a6605a88613e38fb1ed6 (patch) | |
tree | 8870d607f6c16de289934427456543e8957653fd /games-emulation | |
parent | die backticks (Manifest recommit) (diff) | |
download | gentoo-2-10a5d421d11f53a6acc6a6605a88613e38fb1ed6.tar.gz gentoo-2-10a5d421d11f53a6acc6a6605a88613e38fb1ed6.tar.bz2 gentoo-2-10a5d421d11f53a6acc6a6605a88613e38fb1ed6.zip |
IUSE
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/emutos/emutos-0.7.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games-emulation/emutos/emutos-0.7.ebuild b/games-emulation/emutos/emutos-0.7.ebuild index 05ca3c79f081..e7e9774027ee 100644 --- a/games-emulation/emutos/emutos-0.7.ebuild +++ b/games-emulation/emutos/emutos-0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/emutos/emutos-0.7.ebuild,v 1.4 2004/02/29 10:30:37 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/emutos/emutos-0.7.ebuild,v 1.5 2004/04/13 09:55:27 mr_bones_ Exp $ inherit games @@ -12,13 +12,14 @@ SRC_URI="mirror://sourceforge/emutos/etos512k-${PV}.zip LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc" +IUSE="" DEPEND="app-arch/unzip" -S=${WORKDIR}/${PN} +S="${WORKDIR}/${PN}" src_install() { - dogameslib *.img + dogameslib *.img || die "dogameslib failed" dodoc doc/{announce,authors,changelog,readme,status}.txt prepgamesdirs } |