summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2008-06-29 08:02:03 +0000
committerTorsten Veller <tove@gentoo.org>2008-06-29 08:02:03 +0000
commit208d04f80c4c789f0ab6121721eb09970bfe8099 (patch)
tree5547882539cc99dddead9597b27b2004fe4fba1f /sci-misc/ncview/ncview-1.93c.ebuild
parentAdd missing die: || "..." -> || die "..." (diff)
downloadgentoo-2-208d04f80c4c789f0ab6121721eb09970bfe8099.tar.gz
gentoo-2-208d04f80c4c789f0ab6121721eb09970bfe8099.tar.bz2
gentoo-2-208d04f80c4c789f0ab6121721eb09970bfe8099.zip
Add missing die: || "..." -> || die "..."
(Portage version: 2.2_rc1/cvs/Linux 2.6.24-tuxonice-r9 i686)
Diffstat (limited to 'sci-misc/ncview/ncview-1.93c.ebuild')
-rw-r--r--sci-misc/ncview/ncview-1.93c.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-misc/ncview/ncview-1.93c.ebuild b/sci-misc/ncview/ncview-1.93c.ebuild
index 8f299ca6734a..77bb3af01c71 100644
--- a/sci-misc/ncview/ncview-1.93c.ebuild
+++ b/sci-misc/ncview/ncview-1.93c.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-misc/ncview/ncview-1.93c.ebuild,v 1.3 2008/02/27 10:18:52 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-misc/ncview/ncview-1.93c.ebuild,v 1.4 2008/06/29 08:02:03 tove Exp $
inherit multilib
@@ -43,7 +43,7 @@ src_install() {
MANDIR="${D}/usr/share/man/man1" \
NCVIEW_LIB_DIR="${D}/usr/share/${PN}" \
XAPPLRESDIR="${D}/usr/share/X11/app-defaults" \
- install || "emake install failed"
+ install || die "emake install failed"
insinto /usr/share/${PN}
doins *.ncmap nc_overlay* || die "doins failed"
dodoc README README_WISH_LIST RELEASE_NOTES || die