summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2018-05-29 20:19:22 -0400
committerAaron Bauman <bman@gentoo.org>2018-05-29 20:27:34 -0400
commitd38f0bed1044aaf26099e416ca839a9379f0d1c3 (patch)
tree20a1380334de7a7fbe0f1593d30a88059c54dfd9
parentmedia-sound/ogmtools: remove if/then in favor of use && (diff)
downloadgentoo-d38f0bed1044aaf26099e416ca839a9379f0d1c3.tar.gz
gentoo-d38f0bed1044aaf26099e416ca839a9379f0d1c3.tar.bz2
gentoo-d38f0bed1044aaf26099e416ca839a9379f0d1c3.zip
media-video/vobcopy: add || die to ./configure call
Package-Manager: Portage-2.3.40, Repoman-2.3.9
-rw-r--r--media-video/vobcopy/vobcopy-1.2.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/media-video/vobcopy/vobcopy-1.2.0.ebuild b/media-video/vobcopy/vobcopy-1.2.0.ebuild
index 923af7af4d60..f51dff5679b7 100644
--- a/media-video/vobcopy/vobcopy-1.2.0.ebuild
+++ b/media-video/vobcopy/vobcopy-1.2.0.ebuild
@@ -19,7 +19,7 @@ RDEPEND=""
src_configure() {
tc-export CC
- ./configure.sh --with-lfs
+ ./configure.sh --with-lfs || die "Configure failed"
}
src_install() {