diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-08-07 07:36:26 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-08-07 07:36:26 +0000 |
commit | 15f4236f2ab9d718e62c4b8d8d8b79698436e55a (patch) | |
tree | f83ae60e07b90474ed4c5aebfde86d612e0cec8e /games-emulation/ps2emu-padxwin | |
parent | initial import as per bug #99262 (diff) | |
download | gentoo-2-15f4236f2ab9d718e62c4b8d8d8b79698436e55a.tar.gz gentoo-2-15f4236f2ab9d718e62c4b8d8d8b79698436e55a.tar.bz2 gentoo-2-15f4236f2ab9d718e62c4b8d8d8b79698436e55a.zip |
make sure unrar worked
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'games-emulation/ps2emu-padxwin')
-rw-r--r-- | games-emulation/ps2emu-padxwin/ps2emu-padxwin-0.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-emulation/ps2emu-padxwin/ps2emu-padxwin-0.9.ebuild b/games-emulation/ps2emu-padxwin/ps2emu-padxwin-0.9.ebuild index 6247d6814ded..bb69480d27f4 100644 --- a/games-emulation/ps2emu-padxwin/ps2emu-padxwin-0.9.ebuild +++ b/games-emulation/ps2emu-padxwin/ps2emu-padxwin-0.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/ps2emu-padxwin/ps2emu-padxwin-0.9.ebuild,v 1.1 2005/08/07 07:23:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/ps2emu-padxwin/ps2emu-padxwin-0.9.ebuild,v 1.2 2005/08/07 07:36:07 vapier Exp $ inherit games @@ -20,7 +20,7 @@ DEPEND="${RDEPEND} S=${WORKDIR}/PADwin${PV//.} src_unpack() { - unrar x -idq "${DISTDIR}"/${A} + unrar x -idq "${DISTDIR}"/${A} || die cd "${S}" sed -i 's:-O2 -fomit-frame-pointer:$(OPTFLAGS):' Src/Makefile || die } |