diff options
Diffstat (limited to 'app-laptop/tpb/tpb-0.4.2.ebuild')
-rw-r--r-- | app-laptop/tpb/tpb-0.4.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-laptop/tpb/tpb-0.4.2.ebuild b/app-laptop/tpb/tpb-0.4.2.ebuild index 1f5fde4d71e6..39f7afd51b36 100644 --- a/app-laptop/tpb/tpb-0.4.2.ebuild +++ b/app-laptop/tpb/tpb-0.4.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/app-laptop/tpb/tpb-0.4.2.ebuild,v 1.1 2004/03/08 05:08:54 latexer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/tpb/tpb-0.4.2.ebuild,v 1.2 2004/04/25 22:12:18 agriffis Exp $ DESCRIPTION="Thinkpad button utility" HOMEPAGE="http://savannah.nongnu.org/projects/tpb/" @@ -14,7 +14,7 @@ IUSE="" DEPEND="x11-libs/xosd" src_compile() { - econf + econf || die "econf failed" emake || die } |