diff options
author | 2015-01-10 16:57:01 +0100 | |
---|---|---|
committer | 2015-01-10 16:57:01 +0100 | |
commit | db7ca5d3a8f045d5dc8d92ebee03981130d0b3ea (patch) | |
tree | 5402aa89219aef340c2333c659934c3d49511ba9 /sci-biology/rnaplex | |
parent | ci-biology/rnaplex: Move to EAPI=5; Update homepage and SRC_URI. (diff) | |
download | sci-db7ca5d3a8f045d5dc8d92ebee03981130d0b3ea.tar.gz sci-db7ca5d3a8f045d5dc8d92ebee03981130d0b3ea.tar.bz2 sci-db7ca5d3a8f045d5dc8d92ebee03981130d0b3ea.zip |
Drop unnecessary die
Diffstat (limited to 'sci-biology/rnaplex')
-rw-r--r-- | sci-biology/rnaplex/rnaplex-0.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-biology/rnaplex/rnaplex-0.2.ebuild b/sci-biology/rnaplex/rnaplex-0.2.ebuild index 8aa1b7e24..1ac149959 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 } |