projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de93069
)
media-video/vobcopy: add || die to ./configure call
author
Aaron Bauman
<bman@gentoo.org>
Wed, 30 May 2018 00:19:22 +0000
(20:19 -0400)
committer
Aaron 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
patch
|
blob
|
history
diff --git
a/media-video/vobcopy/vobcopy-1.2.0.ebuild
b/media-video/vobcopy/vobcopy-1.2.0.ebuild
index 923af7af4d603a9bdd57b1e19ab9118fca6f4173..f51dff5679b701a870b599813ef5ccf825149c7d 100644
(file)
--- 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() {