summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2008-06-29 08:25:29 +0000
committerTorsten Veller <tove@gentoo.org>2008-06-29 08:25:29 +0000
commite83dcfcc949f9bc7de3173dc298b405caea6ba7e (patch)
tree38b5e864f32a698eeeb0ec82ead454a9673c0075 /sci-biology/elph/elph-0.1.5.ebuild
parentAdd missing die: || "..." -> || die "..." (diff)
downloadhistorical-e83dcfcc949f9bc7de3173dc298b405caea6ba7e.tar.gz
historical-e83dcfcc949f9bc7de3173dc298b405caea6ba7e.tar.bz2
historical-e83dcfcc949f9bc7de3173dc298b405caea6ba7e.zip
Add missing die: || "..." -> || die "..."
Package-Manager: portage-2.2_rc1/cvs/Linux 2.6.24-tuxonice-r9 i686
Diffstat (limited to 'sci-biology/elph/elph-0.1.5.ebuild')
-rw-r--r--sci-biology/elph/elph-0.1.5.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-biology/elph/elph-0.1.5.ebuild b/sci-biology/elph/elph-0.1.5.ebuild
index c1aabf1a82ce..ee02b6e26108 100644
--- a/sci-biology/elph/elph-0.1.5.ebuild
+++ b/sci-biology/elph/elph-0.1.5.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-biology/elph/elph-0.1.5.ebuild,v 1.9 2008/02/07 14:48:26 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/elph/elph-0.1.5.ebuild,v 1.10 2008/06/29 08:25:29 tove Exp $
inherit eutils toolchain-funcs
@@ -30,7 +30,7 @@ src_compile() {
}
src_install() {
- dobin elph || "Failed to install program."
+ dobin elph || die "Failed to install program."
cd "${WORKDIR}"/ELPH
dodoc VERSION || die "Documentation installation failed."
newdoc Readme.ELPH README || die "Readme installation failed."