diff options
author | Victor Ostorga <vostorga@gentoo.org> | 2009-10-23 15:40:54 +0000 |
---|---|---|
committer | Victor Ostorga <vostorga@gentoo.org> | 2009-10-23 15:40:54 +0000 |
commit | 04704ce48f17789cb4c476cf908302c9ba68a786 (patch) | |
tree | 0ae93441e6058dcaa87e5bdefac88b52551ec0df /app-shells/fish | |
parent | Adding || die to make install (diff) | |
download | gentoo-2-04704ce48f17789cb4c476cf908302c9ba68a786.tar.gz gentoo-2-04704ce48f17789cb4c476cf908302c9ba68a786.tar.bz2 gentoo-2-04704ce48f17789cb4c476cf908302c9ba68a786.zip |
Adding || die to emake install
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'app-shells/fish')
-rw-r--r-- | app-shells/fish/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/fish/fish-1.23.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-shells/fish/ChangeLog b/app-shells/fish/ChangeLog index 1787762672a0..c84d7d74e679 100644 --- a/app-shells/fish/ChangeLog +++ b/app-shells/fish/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/fish # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/ChangeLog,v 1.38 2009/02/10 16:40:15 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/ChangeLog,v 1.39 2009/10/23 15:40:54 vostorga Exp $ + + 23 Oct 2009; Víctor Ostorga <vostorga@gentoo.org> fish-1.23.0.ebuild: + Adding die to emake install 10 Feb 2009; Christian Faulhammer <fauli@gentoo.org> -fish-1.21.8.ebuild, -fish-1.21.12.ebuild, -fish-1.22.1.ebuild, -fish-1.22.2.ebuild, diff --git a/app-shells/fish/fish-1.23.0.ebuild b/app-shells/fish/fish-1.23.0.ebuild index e9fcd19cad02..8072e2fdac8e 100644 --- a/app-shells/fish/fish-1.23.0.ebuild +++ b/app-shells/fish/fish-1.23.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/fish-1.23.0.ebuild,v 1.3 2009/02/09 22:18:05 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/fish-1.23.0.ebuild,v 1.4 2009/10/23 15:40:54 vostorga Exp $ inherit base @@ -33,7 +33,7 @@ src_compile() { } src_install() { - emake DESTDIR="${D}" install + emake DESTDIR="${D}" install || die "make install failed" } pkg_postinst() { |