diff options
Diffstat (limited to 'app-text/hd2u/hd2u-0.8.0.ebuild')
-rw-r--r-- | app-text/hd2u/hd2u-0.8.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/hd2u/hd2u-0.8.0.ebuild b/app-text/hd2u/hd2u-0.8.0.ebuild index ab04a8964c6a..5973aafd5ed0 100644 --- a/app-text/hd2u/hd2u-0.8.0.ebuild +++ b/app-text/hd2u/hd2u-0.8.0.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-text/hd2u/hd2u-0.8.0.ebuild,v 1.12 2004/03/12 08:46:35 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/hd2u/hd2u-0.8.0.ebuild,v 1.13 2004/04/25 23:01:55 agriffis Exp $ DESCRIPTION="Dos2Unix text file converter" SRC_URI="http://www.megaloman.com/~hany/_data/hd2u/${P}.tgz" @@ -13,7 +13,7 @@ LICENSE="GPL-2" RDEPEND="!app-text/dos2unix" src_compile() { - econf + econf || die "econf failed" emake || die } |