diff options
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/baselayout/baselayout-2.0.0_rc3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/baselayout/baselayout-2.0.0_rc3-r1.ebuild b/sys-apps/baselayout/baselayout-2.0.0_rc3-r1.ebuild index b1e8c74506aa..b93a2ace5a1c 100644 --- a/sys-apps/baselayout/baselayout-2.0.0_rc3-r1.ebuild +++ b/sys-apps/baselayout/baselayout-2.0.0_rc3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout/baselayout-2.0.0_rc3-r1.ebuild,v 1.2 2007/08/25 11:42:09 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout/baselayout-2.0.0_rc3-r1.ebuild,v 1.3 2007/08/25 21:57:30 vapier Exp $ inherit flag-o-matic eutils toolchain-funcs multilib @@ -118,7 +118,7 @@ pkg_preinst() { } src_install() { - make $(make_opts) DESTDIR="${D}" install + emake $(make_opts) DESTDIR="${D}" install || die dodoc ChangeLog COPYRIGHT # Should this belong in another ebuild? Like say binutils? |