diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-11-30 20:50:28 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-11-30 20:50:28 +0000 |
commit | 87331061bd776e67544583f88d5b8f44c0ea1b24 (patch) | |
tree | 298b68361c1f82adec2b1142a766b3bbc71fc4a5 /app-misc/ithought | |
parent | Changed src_install () to src_install() (diff) | |
download | gentoo-2-87331061bd776e67544583f88d5b8f44c0ea1b24.tar.gz gentoo-2-87331061bd776e67544583f88d5b8f44c0ea1b24.tar.bz2 gentoo-2-87331061bd776e67544583f88d5b8f44c0ea1b24.zip |
Changed econf||die to econf
Diffstat (limited to 'app-misc/ithought')
-rw-r--r-- | app-misc/ithought/ithought-0.0.5-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/ithought/ithought-0.0.5-r1.ebuild b/app-misc/ithought/ithought-0.0.5-r1.ebuild index aa53a70b0154..a5eb13352de7 100644 --- a/app-misc/ithought/ithought-0.0.5-r1.ebuild +++ b/app-misc/ithought/ithought-0.0.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/ithought/ithought-0.0.5-r1.ebuild,v 1.10 2002/10/20 18:40:22 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/ithought/ithought-0.0.5-r1.ebuild,v 1.11 2002/11/30 20:50:28 vapier Exp $ #emerge doesn't yet support things like a5 @@ -18,7 +18,7 @@ DEPEND="=x11-libs/gtk+-1.2* dev-libs/libxml2" src_compile() { - econf || die + econf emake || die } |