diff options
Diffstat (limited to 'sys-devel/automake/automake-1.9.6-r2.ebuild')
-rw-r--r-- | sys-devel/automake/automake-1.9.6-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-devel/automake/automake-1.9.6-r2.ebuild b/sys-devel/automake/automake-1.9.6-r2.ebuild index 417879d536cb..a4203b998d65 100644 --- a/sys-devel/automake/automake-1.9.6-r2.ebuild +++ b/sys-devel/automake/automake-1.9.6-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.9.6-r2.ebuild,v 1.14 2006/11/03 18:37:54 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.9.6-r2.ebuild,v 1.15 2007/09/08 06:46:28 vapier Exp $ inherit eutils @@ -36,7 +36,7 @@ src_unpack() { } src_install() { - make DESTDIR="${D}" install || die + emake DESTDIR="${D}" install || die local x for x in aclocal automake ; do |