diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2010-01-26 17:29:45 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2010-01-26 17:29:45 +0000 |
commit | 30a4702e6be81970dceca76e91ff72a80e28c358 (patch) | |
tree | 7a1ab2c0bf6f7c30b03bc4ed49c65bc050b4320a /dev-games/ps2-packer | |
parent | New upstream release, adds runtime loading of RSA public keys and contains cr... (diff) | |
download | gentoo-2-30a4702e6be81970dceca76e91ff72a80e28c358.tar.gz gentoo-2-30a4702e6be81970dceca76e91ff72a80e28c358.tar.bz2 gentoo-2-30a4702e6be81970dceca76e91ff72a80e28c358.zip |
prepgamesdirs
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'dev-games/ps2-packer')
-rw-r--r-- | dev-games/ps2-packer/ps2-packer-0.4.4.ebuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/dev-games/ps2-packer/ps2-packer-0.4.4.ebuild b/dev-games/ps2-packer/ps2-packer-0.4.4.ebuild index 77bbf6f78367..071b7e42a2c1 100644 --- a/dev-games/ps2-packer/ps2-packer-0.4.4.ebuild +++ b/dev-games/ps2-packer/ps2-packer-0.4.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/ps2-packer/ps2-packer-0.4.4.ebuild,v 1.5 2009/09/22 18:54:02 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/ps2-packer/ps2-packer-0.4.4.ebuild,v 1.6 2010/01/26 17:29:45 nyhm Exp $ inherit games @@ -40,12 +40,10 @@ DEPEND="sys-libs/glibc" S=${WORKDIR} src_install() { - rm -f COPYING insinto "${GAMES_PREFIX_OPT}"/${PN} doins -r README.txt stub || die "doins" exeinto "${GAMES_PREFIX_OPT}"/${PN} doexe *.so ps2-packer || die "doexe" - - dodir "${GAMES_PREFIX_OPT}"/bin - dosym "${GAMES_PREFIX_OPT}"/{${PN},bin}/ps2-packer + games_make_wrapper ${PN} "${GAMES_PREFIX_OPT}"/${PN}/${PN} + prepgamesdirs } |