diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-02 04:50:11 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-02 04:50:11 +0000 |
commit | 56f8fa94a104cbebc869ec89042bd449d8fc59d0 (patch) | |
tree | 595a6da16f99122a6e9da7c6833fd81aa5015b5f /app-arch/afio/afio-2.4.7.ebuild | |
parent | modernised (diff) | |
download | gentoo-2-56f8fa94a104cbebc869ec89042bd449d8fc59d0.tar.gz gentoo-2-56f8fa94a104cbebc869ec89042bd449d8fc59d0.tar.bz2 gentoo-2-56f8fa94a104cbebc869ec89042bd449d8fc59d0.zip |
modernized
Diffstat (limited to 'app-arch/afio/afio-2.4.7.ebuild')
-rw-r--r-- | app-arch/afio/afio-2.4.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 () { |