diff options
Diffstat (limited to 'app-pda/dynamite/dynamite-0.1.ebuild')
-rw-r--r-- | app-pda/dynamite/dynamite-0.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-pda/dynamite/dynamite-0.1.ebuild b/app-pda/dynamite/dynamite-0.1.ebuild index 5a74d0fc9016..744e56ecc631 100644 --- a/app-pda/dynamite/dynamite-0.1.ebuild +++ b/app-pda/dynamite/dynamite-0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/dynamite/dynamite-0.1.ebuild,v 1.2 2003/10/12 08:21:44 abhishek Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/dynamite/dynamite-0.1.ebuild,v 1.3 2004/04/25 22:29:42 agriffis Exp $ DESCRIPTION="Dynamite is a tool and library for decompressing data compressed with PKWARE Data Compression Library" HOMEPAGE="http://sourceforge.net/projects/synce/" @@ -14,7 +14,7 @@ IUSE="" DEPEND="" src_compile() { - econf + econf || die "econf failed" emake || die } |