diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-08-25 21:57:30 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-08-25 21:57:30 +0000 |
commit | d49e5075d137ba7752dc65e0114dde038b3f9bbd (patch) | |
tree | 05b5e14e56882aa84784a18eb701774df32995ac /sys-apps | |
parent | fix ChangeLog header (diff) | |
download | gentoo-2-d49e5075d137ba7752dc65e0114dde038b3f9bbd.tar.gz gentoo-2-d49e5075d137ba7752dc65e0114dde038b3f9bbd.tar.bz2 gentoo-2-d49e5075d137ba7752dc65e0114dde038b3f9bbd.zip |
use emake and check exit status in src_install
(Portage version: 2.1.3.7)
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? |