commit: db7ca5d3a8f045d5dc8d92ebee03981130d0b3ea
Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Sat Jan 10 15:57:01 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Jan 10 15:57:01 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=db7ca5d3
Drop unnecessary die
---
sci-biology/rnaplex/rnaplex-0.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-biology/rnaplex/rnaplex-0.2.ebuild
b/sci-biology/rnaplex/rnaplex-0.2.ebuild
index 8aa1b7e..1ac1499 100644
--- a/sci-biology/rnaplex/rnaplex-0.2.ebuild
+++ b/sci-biology/rnaplex/rnaplex-0.2.ebuild
@@ -20,5 +20,5 @@ RDEPEND="${DEPEND}"
S=${WORKDIR}/${MY_P}
src_install() {
- emake DESTDIR="${D}" install || die "install failed"
+ emake DESTDIR="${D}" install
}