diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 14:56:19 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 14:56:19 +0000 |
commit | 0ba56218479648f1aeae9bae6070ea588cce633a (patch) | |
tree | dc5413e7d49a8cad7f24d11e2c8fed3fdaa45f52 /x11-misc/autocutsel/autocutsel-0.6.2.ebuild | |
parent | Add die following econf for bug 48950 (diff) | |
download | historical-0ba56218479648f1aeae9bae6070ea588cce633a.tar.gz historical-0ba56218479648f1aeae9bae6070ea588cce633a.tar.bz2 historical-0ba56218479648f1aeae9bae6070ea588cce633a.zip |
Add die following econf for bug 48950
Diffstat (limited to 'x11-misc/autocutsel/autocutsel-0.6.2.ebuild')
-rw-r--r-- | x11-misc/autocutsel/autocutsel-0.6.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/autocutsel/autocutsel-0.6.2.ebuild b/x11-misc/autocutsel/autocutsel-0.6.2.ebuild index e91fc42a097f..733575205711 100644 --- a/x11-misc/autocutsel/autocutsel-0.6.2.ebuild +++ b/x11-misc/autocutsel/autocutsel-0.6.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/x11-misc/autocutsel/autocutsel-0.6.2.ebuild,v 1.7 2004/04/14 09:09:01 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/autocutsel/autocutsel-0.6.2.ebuild,v 1.8 2004/04/26 14:45:05 agriffis Exp $ DESCRIPTION="Synchronise the two copy/paste buffers mainly used by X applications" HOMEPAGE="http://www.lepton.fr/tools/autocutsel/" @@ -14,7 +14,7 @@ DEPEND="virtual/glibc virtual/x11" src_compile() { - econf + econf || die "econf failed" emake || die } |