commit:     d9b4902dd52631d0ff4cbf2d92a1448c722989fd
Author:     Ted Tanberry <ted.tanberry <AT> gmail <DOT> com>
AuthorDate: Sat Feb  7 13:03:26 2015 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Sat Feb  7 13:03:26 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=d9b4902d

Added die to sed command for bowtie-1.1.1.ebuild

---
 sci-biology/bowtie/bowtie-1.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-biology/bowtie/bowtie-1.1.1.ebuild 
b/sci-biology/bowtie/bowtie-1.1.1.ebuild
index bc6d514..536e9d8 100644
--- a/sci-biology/bowtie/bowtie-1.1.1.ebuild
+++ b/sci-biology/bowtie/bowtie-1.1.1.ebuild
@@ -24,7 +24,7 @@ HTML_DOCS=( doc/{manual.html,style.css} )
 
 src_prepare() {
        # Suppress useless -Wall pollution
-       sed -i 's/\-Wall/\-Wno-enum-compare/g' Makefile
+       sed -i 's/\-Wall/\-Wno-enum-compare/g' Makefile || die
 }
 
 src_compile() {

Reply via email to