From 56f8fa94a104cbebc869ec89042bd449d8fc59d0 Mon Sep 17 00:00:00 2001 From: Seemant Kulleen Date: Fri, 2 Aug 2002 04:50:11 +0000 Subject: modernized --- app-arch/afio/afio-2.4.7.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app-arch/afio/afio-2.4.7.ebuild') diff --git a/app-arch/afio/afio-2.4.7.ebuild b/app-arch/afio/afio-2.4.7.ebuild index 80723e5e20cc..abedbbc5b157 100644 --- a/app-arch/afio/afio-2.4.7.ebuild +++ b/app-arch/afio/afio-2.4.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-arch/afio/afio-2.4.7.ebuild,v 1.5 2002/07/25 14:16:07 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/afio/afio-2.4.7.ebuild,v 1.6 2002/08/02 04:50:11 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="makes cpio-format archives and deals somewhat gracefully with input data corruption." @@ -14,7 +14,7 @@ KEYWORDS="x86" DEPEND="sys-apps/gzip" src_compile() { - emake || die + emake || die } src_install () { -- cgit v1.2.3-65-gdbad