diff options
Diffstat (limited to 'app-arch/atool/atool-0.32.0.ebuild')
-rw-r--r-- | app-arch/atool/atool-0.32.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-arch/atool/atool-0.32.0.ebuild b/app-arch/atool/atool-0.32.0.ebuild index 6ab6f3c70216..eb97a3808c35 100644 --- a/app-arch/atool/atool-0.32.0.ebuild +++ b/app-arch/atool/atool-0.32.0.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/atool/atool-0.32.0.ebuild,v 1.5 2007/05/21 21:08:41 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/atool/atool-0.32.0.ebuild,v 1.6 2007/05/26 15:24:14 nyhm Exp $ -DESCRIPTION="script for managing file archives of various types (atr,tar+gzip,zip,etc)" +DESCRIPTION="a script for managing file archives of various types" HOMEPAGE="http://www.nongnu.org/atool/" SRC_URI="http://savannah.nongnu.org/download/atool/${P}.tar.gz" @@ -12,6 +12,6 @@ KEYWORDS="amd64 ppc sparc x86" IUSE="" src_install() { - make DESTDIR="${D}" install || die 'install failed' + emake DESTDIR="${D}" install || die 'emake install failed' dodoc ChangeLog TODO README NEWS } |