projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9e005c
)
media-libs/tse3: add || die to cp call
author
Aaron Bauman
<bman@gentoo.org>
Tue, 29 May 2018 18:32:48 +0000
(14:32 -0400)
committer
Aaron Bauman
<bman@gentoo.org>
Tue, 29 May 2018 20:10:18 +0000
(16:10 -0400)
Package-Manager: Portage-2.3.40, Repoman-2.3.9
media-libs/tse3/tse3-0.3.1-r1.ebuild
patch
|
blob
|
history
diff --git
a/media-libs/tse3/tse3-0.3.1-r1.ebuild
b/media-libs/tse3/tse3-0.3.1-r1.ebuild
index 77d2703ea5a18fe1e74c948ec0307d8b32b28d5c..99add3a12de1cfb090d71551e23f42e968af7009 100644
(file)
--- a/
media-libs/tse3/tse3-0.3.1-r1.ebuild
+++ b/
media-libs/tse3/tse3-0.3.1-r1.ebuild
@@
-28,7
+28,7
@@
src_prepare() {
default
mv configure.in configure.ac || die "Moving configure.in -> .ac failed"
if use oss; then
- cp "${WORKDIR}"/awe_voice.h src/
+ cp "${WORKDIR}"/awe_voice.h src/
|| die "copy failed"
append-flags -DHAVE_AWE_VOICE_H
fi