diff options
author | Tristan Heaven <tristan@gentoo.org> | 2006-11-28 18:36:58 +0000 |
---|---|---|
committer | Tristan Heaven <tristan@gentoo.org> | 2006-11-28 18:36:58 +0000 |
commit | 47c7813ca6ddb86d0a69cdbf12aa7405f75bb66c (patch) | |
tree | e904baae345c395f68bca7542bd64a3f627387ab /games-emulation/epsxe/epsxe-1.6.0-r3.ebuild | |
parent | taking over maintainership of my own package again (diff) | |
download | historical-47c7813ca6ddb86d0a69cdbf12aa7405f75bb66c.tar.gz historical-47c7813ca6ddb86d0a69cdbf12aa7405f75bb66c.tar.bz2 historical-47c7813ca6ddb86d0a69cdbf12aa7405f75bb66c.zip |
Fix wrapper
Package-Manager: portage-2.1.2_rc2-r2
Diffstat (limited to 'games-emulation/epsxe/epsxe-1.6.0-r3.ebuild')
-rw-r--r-- | games-emulation/epsxe/epsxe-1.6.0-r3.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games-emulation/epsxe/epsxe-1.6.0-r3.ebuild b/games-emulation/epsxe/epsxe-1.6.0-r3.ebuild index 1e0165050054..75ab6f4f6217 100644 --- a/games-emulation/epsxe/epsxe-1.6.0-r3.ebuild +++ b/games-emulation/epsxe/epsxe-1.6.0-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/epsxe/epsxe-1.6.0-r3.ebuild,v 1.8 2006/09/18 00:11:09 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/epsxe/epsxe-1.6.0-r3.ebuild,v 1.9 2006/11/28 18:36:58 nyhm Exp $ inherit games @@ -44,6 +44,5 @@ src_install() { insinto "${GAMES_LIBDIR}/psemu/cheats" doins cheats/* || die "doins failed" dodoc docs/* - games_make_wrapper epsxe ./epsxe "${dir}" "${dir}" prepgamesdirs } |