From 8f9a9f54e03f466444df8f771420a7bfd3b96377 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 17 Oct 2002 12:50:19 +0000 Subject: lintool --- app-arch/afio/afio-2.4.7.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app-arch/afio') diff --git a/app-arch/afio/afio-2.4.7.ebuild b/app-arch/afio/afio-2.4.7.ebuild index f16e7827d3b8..1c5048817b88 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 -# $Header: /var/cvsroot/gentoo-x86/app-arch/afio/afio-2.4.7.ebuild,v 1.10 2002/10/04 03:48:28 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/afio/afio-2.4.7.ebuild,v 1.11 2002/10/17 12:48:56 vapier Exp $ S=${WORKDIR}/${P} DESCRIPTION="makes cpio-format archives and deals somewhat gracefully with input data corruption." @@ -12,13 +12,13 @@ LICENSE="Artistic LGPL-2" KEYWORDS="x86 ppc sparc sparc64" DEPEND="sys-apps/gzip" +RDEPEND="${DEPEND}" src_compile() { emake || die } -src_install () { - cd ${S} +src_install() { dobin afio dodoc README SCRIPTS HISTORY INSTALLATION PORTING for i in 1 2 3 4 5 ; do -- cgit v1.2.3-65-gdbad