media-video/vobcopy: add || die to ./configure call
authorAaron Bauman <bman@gentoo.org>
Wed, 30 May 2018 00:19:22 +0000 (20:19 -0400)
committerAaron Bauman <bman@gentoo.org>
Wed, 30 May 2018 00:27:34 +0000 (20:27 -0400)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

media-video/vobcopy/vobcopy-1.2.0.ebuild

index 923af7af4d603a9bdd57b1e19ab9118fca6f4173..f51dff5679b701a870b599813ef5ccf825149c7d 100644 (file)
@@ -19,7 +19,7 @@ RDEPEND=""
 
 src_configure() {
        tc-export CC
-       ./configure.sh --with-lfs
+       ./configure.sh --with-lfs || die "Configure failed"
 }
 
 src_install() {