summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2008-06-29 08:00:48 +0000
committerTorsten Veller <tove@gentoo.org>2008-06-29 08:00:48 +0000
commit69611aa0b129b3d7e5b1422b11e732a7078b8b96 (patch)
tree9aa3acfa7bb8c2a0a3b2095fec77496eca3cd830 /sci-physics/cernlib
parentAdd missing die: || "..." -> || die "..." (diff)
downloadhistorical-69611aa0b129b3d7e5b1422b11e732a7078b8b96.tar.gz
historical-69611aa0b129b3d7e5b1422b11e732a7078b8b96.tar.bz2
historical-69611aa0b129b3d7e5b1422b11e732a7078b8b96.zip
Add missing die: || "..." -> || die "..."
Package-Manager: portage-2.2_rc1/cvs/Linux 2.6.24-tuxonice-r9 i686
Diffstat (limited to 'sci-physics/cernlib')
-rw-r--r--sci-physics/cernlib/cernlib-2006.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-physics/cernlib/cernlib-2006.ebuild b/sci-physics/cernlib/cernlib-2006.ebuild
index 70b29968a4f0..84d9d322283f 100644
--- a/sci-physics/cernlib/cernlib-2006.ebuild
+++ b/sci-physics/cernlib/cernlib-2006.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-physics/cernlib/cernlib-2006.ebuild,v 1.10 2008/06/27 10:39:23 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/cernlib/cernlib-2006.ebuild,v 1.11 2008/06/29 08:00:48 tove Exp $
inherit eutils multilib fortran
@@ -71,7 +71,7 @@ src_unpack() {
cp debian/add-ons/Makefile .
sed -i \
-e 's:/usr/local:/usr:g' \
- Makefile || "sed'ing the Makefile failed"
+ Makefile || die "sed'ing the Makefile failed"
einfo "Applying Debian patches"
emake -j1 \