diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-12-05 02:39:09 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-12-05 02:39:09 +0000 |
commit | 9c573e5451a8ba80cad9196c5fa135068fa8e2f1 (patch) | |
tree | 4cbc83175b07867052ab598c52026cfb2a34870d /games-emulation/xmame | |
parent | version bump (Manifest recommit) (diff) | |
download | gentoo-2-9c573e5451a8ba80cad9196c5fa135068fa8e2f1.tar.gz gentoo-2-9c573e5451a8ba80cad9196c5fa135068fa8e2f1.tar.bz2 gentoo-2-9c573e5451a8ba80cad9196c5fa135068fa8e2f1.zip |
sync with xmess changes
Diffstat (limited to 'games-emulation/xmame')
-rw-r--r-- | games-emulation/xmame/xmame-0.88.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/games-emulation/xmame/xmame-0.88.ebuild b/games-emulation/xmame/xmame-0.88.ebuild index c5173ef91685..466c50c1b196 100644 --- a/games-emulation/xmame/xmame-0.88.ebuild +++ b/games-emulation/xmame/xmame-0.88.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/xmame/xmame-0.88.ebuild,v 1.3 2004/11/30 20:54:06 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/xmame/xmame-0.88.ebuild,v 1.4 2004/12/05 02:39:09 mr_bones_ Exp $ inherit flag-o-matic gcc eutils games @@ -174,7 +174,10 @@ src_install() { make DISPLAY_METHOD=x11 install || die "install failed (x11)" fi exeinto "${GAMES_LIBDIR}/${PN}" - doexe chdman xml2info || die "doexe failed" + doexe chdman || die "doexe failed" + if [ ${PN} == "xmame" ; then + doexe xml2info || die "doexe failed" + fi dodir "${GAMES_DATADIR}/${PN}" cp -r ctrlr "${D}/${GAMES_DATADIR}/${PN}/" || die "cp failed" |