Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/tse3/
Date: Tue, 29 May 2018 20:10:41
Message-Id: 1527624618.ff32516d736ac73d94b901a8846f24d7cdf0590a.bman@gentoo
1 commit: ff32516d736ac73d94b901a8846f24d7cdf0590a
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 29 18:32:48 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Tue May 29 20:10:18 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff32516d
7
8 media-libs/tse3: add || die to cp call
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 media-libs/tse3/tse3-0.3.1-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-libs/tse3/tse3-0.3.1-r1.ebuild b/media-libs/tse3/tse3-0.3.1-r1.ebuild
16 index 77d2703ea5a..99add3a12de 100644
17 --- a/media-libs/tse3/tse3-0.3.1-r1.ebuild
18 +++ b/media-libs/tse3/tse3-0.3.1-r1.ebuild
19 @@ -28,7 +28,7 @@ src_prepare() {
20 default
21 mv configure.in configure.ac || die "Moving configure.in -> .ac failed"
22 if use oss; then
23 - cp "${WORKDIR}"/awe_voice.h src/
24 + cp "${WORKDIR}"/awe_voice.h src/ || die "copy failed"
25 append-flags -DHAVE_AWE_VOICE_H
26 fi