From d38f0bed1044aaf26099e416ca839a9379f0d1c3 Mon Sep 17 00:00:00 2001 From: Aaron Bauman Date: Tue, 29 May 2018 20:19:22 -0400 Subject: [PATCH] media-video/vobcopy: add || die to ./configure call Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- media-video/vobcopy/vobcopy-1.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { -- 2.26.2