From f193081a9f1537598f6fed550a0ec7b44c211741 Mon Sep 17 00:00:00 2001 From: Michael Sterrett Date: Wed, 12 May 2004 09:02:46 +0000 Subject: IUSE; error check; tidy --- games-puzzle/mirrormagic/mirrormagic-2.0.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games-puzzle/mirrormagic') diff --git a/games-puzzle/mirrormagic/mirrormagic-2.0.2.ebuild b/games-puzzle/mirrormagic/mirrormagic-2.0.2.ebuild index 4d9ae802746c..e63a7f07ccfd 100644 --- a/games-puzzle/mirrormagic/mirrormagic-2.0.2.ebuild +++ b/games-puzzle/mirrormagic/mirrormagic-2.0.2.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-puzzle/mirrormagic/mirrormagic-2.0.2.ebuild,v 1.4 2004/05/02 05:20:20 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/mirrormagic/mirrormagic-2.0.2.ebuild,v 1.5 2004/05/12 09:02:46 mr_bones_ Exp $ inherit flag-o-matic games @@ -25,7 +25,7 @@ src_compile() { replace-flags -march=k6 -march=i586 local makeopts="X11_PATH=/usr/X11R6 RO_GAME_DIR=${GAMES_DATADIR}/${PN} RW_GAME_DIR=${GAMES_STATEDIR}/${PN}" - if use X || [ -z "`use X``use sdl`" ] ; then + if use X || [ -z "$(use X)$(use sdl)" ] ; then make clean || die make ${makeopts} OPTIONS="${CFLAGS}" x11 || die mv mirrormagic{,.x11} -- cgit v1.2.3-65-gdbad