diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-03 16:45:55 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-03 16:45:55 +0000 |
commit | 0cfeb342e986523919d6fa4d93650a1654029918 (patch) | |
tree | a771d05f5cff18cbc0639f799995e428eba1a212 /dev-libs/mpatrol/mpatrol-1.4.8.ebuild | |
parent | Fix use invocation (Manifest recommit) (diff) | |
download | gentoo-2-0cfeb342e986523919d6fa4d93650a1654029918.tar.gz gentoo-2-0cfeb342e986523919d6fa4d93650a1654029918.tar.bz2 gentoo-2-0cfeb342e986523919d6fa4d93650a1654029918.zip |
Fix use invocation
Diffstat (limited to 'dev-libs/mpatrol/mpatrol-1.4.8.ebuild')
-rw-r--r-- | dev-libs/mpatrol/mpatrol-1.4.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/mpatrol/mpatrol-1.4.8.ebuild b/dev-libs/mpatrol/mpatrol-1.4.8.ebuild index d0718b4371ec..36a1c9c0126d 100644 --- a/dev-libs/mpatrol/mpatrol-1.4.8.ebuild +++ b/dev-libs/mpatrol/mpatrol-1.4.8.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/dev-libs/mpatrol/mpatrol-1.4.8.ebuild,v 1.13 2004/02/22 20:07:50 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/mpatrol/mpatrol-1.4.8.ebuild,v 1.14 2004/06/03 16:44:10 agriffis Exp $ IUSE="X" @@ -22,7 +22,7 @@ src_compile() { sed 's:^OFLAGS.= -O3:OFLAGS = ${OPT_FLAGS}:' < Makefile.orig > Makefile rm Makefile.orig - if [ "`use X`" ]; then + if use X; then mv Makefile Makefile.orig sed 's:^GUISUP.= false:GUISUP = true:' < Makefile.orig > Makefile rm Makefile.orig |