diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-13 09:27:18 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-13 09:27:18 +0000 |
commit | f0f429490ea0e1bda72199645b270e7c5402b5ad (patch) | |
tree | ce34c2f0fb6beb678b85674f745627b4dc062d78 /games-board/mt_gtk_client | |
parent | sync IUSE with use flags (diff) | |
download | historical-f0f429490ea0e1bda72199645b270e7c5402b5ad.tar.gz historical-f0f429490ea0e1bda72199645b270e7c5402b5ad.tar.bz2 historical-f0f429490ea0e1bda72199645b270e7c5402b5ad.zip |
die backticks
Diffstat (limited to 'games-board/mt_gtk_client')
-rw-r--r-- | games-board/mt_gtk_client/mt_gtk_client-0.1.98.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games-board/mt_gtk_client/mt_gtk_client-0.1.98.ebuild b/games-board/mt_gtk_client/mt_gtk_client-0.1.98.ebuild index ac7e2f6760fa..2d35282a801e 100644 --- a/games-board/mt_gtk_client/mt_gtk_client-0.1.98.ebuild +++ b/games-board/mt_gtk_client/mt_gtk_client-0.1.98.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/mt_gtk_client/mt_gtk_client-0.1.98.ebuild,v 1.2 2004/02/29 10:25:32 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/mt_gtk_client/mt_gtk_client-0.1.98.ebuild,v 1.3 2004/04/13 09:27:18 mr_bones_ Exp $ inherit games @@ -23,12 +23,12 @@ RDEPEND="${DEPEND} dev-games/cardpics" src_compile() { - egamesconf `use_enable gnome gnome2` || die - emake || die + egamesconf $(use_enable gnome gnome2) || die + emake || die "emake failed" } src_install() { - make install DESTDIR=${D} || die + make DESTDIR="${D}" install || die "make install failed" mv ${D}/${GAMES_DATADIR}/locale ${D}/usr/share/ dodoc AUTHORS BUGS ChangeLog NEWS README TODO prepgamesdirs |