diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 15:25:13 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 15:25:13 +0000 |
commit | 552bb7884436c83a538a468550a86eedf6db3b33 (patch) | |
tree | ca8d1da79a627f1177abfaf85deaf115a457d7ff /app-admin/xtail/xtail-2.1.ebuild | |
parent | Add die following econf for bug 48950 (diff) | |
download | historical-552bb7884436c83a538a468550a86eedf6db3b33.tar.gz historical-552bb7884436c83a538a468550a86eedf6db3b33.tar.bz2 historical-552bb7884436c83a538a468550a86eedf6db3b33.zip |
Add die following econf for bug 48950
Diffstat (limited to 'app-admin/xtail/xtail-2.1.ebuild')
-rw-r--r-- | app-admin/xtail/xtail-2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/xtail/xtail-2.1.ebuild b/app-admin/xtail/xtail-2.1.ebuild index a0c0c8809115..79356178fdab 100644 --- a/app-admin/xtail/xtail-2.1.ebuild +++ b/app-admin/xtail/xtail-2.1.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/app-admin/xtail/xtail-2.1.ebuild,v 1.13 2004/03/12 10:45:39 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/xtail/xtail-2.1.ebuild,v 1.14 2004/04/26 15:25:13 agriffis Exp $ DESCRIPTION="Tail multiple logfiles at once, even if rotated." SRC_URI="http://www.unicom.com/sw/xtail/${P}.tar.gz" @@ -13,7 +13,7 @@ KEYWORDS="x86 ppc sparc" DEPEND="virtual/glibc" src_compile() { - econf + econf || die "econf failed" emake || die } |