summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2018-05-29 14:32:48 -0400
committerAaron Bauman <bman@gentoo.org>2018-05-29 16:10:18 -0400
commitff32516d736ac73d94b901a8846f24d7cdf0590a (patch)
tree31c437b55a9bd83c044a38689a60cfd7ccc4c938 /media-libs/tse3
parentmedia-libs/tse3: bump EAPI and drop eutils (diff)
downloadgentoo-ff32516d736ac73d94b901a8846f24d7cdf0590a.tar.gz
gentoo-ff32516d736ac73d94b901a8846f24d7cdf0590a.tar.bz2
gentoo-ff32516d736ac73d94b901a8846f24d7cdf0590a.zip
media-libs/tse3: add || die to cp call
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'media-libs/tse3')
-rw-r--r--media-libs/tse3/tse3-0.3.1-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/tse3/tse3-0.3.1-r1.ebuild b/media-libs/tse3/tse3-0.3.1-r1.ebuild
index 77d2703ea5a1..99add3a12de1 100644
--- 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