From 9c573e5451a8ba80cad9196c5fa135068fa8e2f1 Mon Sep 17 00:00:00 2001 From: Michael Sterrett Date: Sun, 5 Dec 2004 02:39:09 +0000 Subject: sync with xmess changes --- games-emulation/xmame/xmame-0.88.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'games-emulation/xmame') 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" -- cgit v1.2.3-65-gdbad