diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-10-17 12:48:56 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-10-17 12:48:56 +0000 |
commit | 3bc9513514db15bca86764b5e89f6020deb6e3e3 (patch) | |
tree | cd422f7fb60a7a2f1307ace66962fa01be3e0fb7 /app-arch/afio | |
parent | Header update (diff) | |
download | historical-3bc9513514db15bca86764b5e89f6020deb6e3e3.tar.gz historical-3bc9513514db15bca86764b5e89f6020deb6e3e3.tar.bz2 historical-3bc9513514db15bca86764b5e89f6020deb6e3e3.zip |
lintool
Diffstat (limited to 'app-arch/afio')
-rw-r--r-- | app-arch/afio/afio-2.4.7.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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 |