diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-08-18 00:37:26 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-08-18 00:37:26 +0000 |
commit | 986101233e834b91a81f950eb6cea21c18451122 (patch) | |
tree | cee2b21e3f63a6d00821a22531dab177b643fe71 /app-emulation | |
parent | handle plugin upgrades better (diff) | |
download | historical-986101233e834b91a81f950eb6cea21c18451122.tar.gz historical-986101233e834b91a81f950eb6cea21c18451122.tar.bz2 historical-986101233e834b91a81f950eb6cea21c18451122.zip |
forgot those pixmaps :)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/pcsx/pcsx-1.5-r1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-emulation/pcsx/pcsx-1.5-r1.ebuild b/app-emulation/pcsx/pcsx-1.5-r1.ebuild index 39d916621df5..b512ae0e8a92 100644 --- a/app-emulation/pcsx/pcsx-1.5-r1.ebuild +++ b/app-emulation/pcsx/pcsx-1.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/pcsx/pcsx-1.5-r1.ebuild,v 1.1 2003/08/14 06:16:47 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/pcsx/pcsx-1.5-r1.ebuild,v 1.2 2003/08/18 00:37:26 vapier Exp $ inherit games eutils @@ -53,6 +53,8 @@ src_compile() { src_install() { newgamesbin Linux/pcsx pcsx.bin dogamesbin ${FILESDIR}/pcsx + insinto ${GAMES_DATADIR}/${PN} + doins Linux/.pixmaps/* dodoc Docs/* prepgamesdirs } |