diff options
author | 2003-08-18 00:37:26 +0000 | |
---|---|---|
committer | 2003-08-18 00:37:26 +0000 | |
commit | 0d61d4d8db6a31cb5bfe09e38f68717fa395638b (patch) | |
tree | 4912b03cf52d07fdd57ea7a18b504a9dc550d23d /app-emulation | |
parent | handle plugin upgrades better (diff) | |
download | gentoo-2-0d61d4d8db6a31cb5bfe09e38f68717fa395638b.tar.gz gentoo-2-0d61d4d8db6a31cb5bfe09e38f68717fa395638b.tar.bz2 gentoo-2-0d61d4d8db6a31cb5bfe09e38f68717fa395638b.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 } |