Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libmtp/
Date: Fri, 02 Nov 2018 08:31:56
Message-Id: 1541147335.32f34f9fb8b67230f50a9af9f9539c10059ca676.asturm@gentoo
1 commit: 32f34f9fb8b67230f50a9af9f9539c10059ca676
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 2 08:27:31 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 2 08:28:55 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32f34f9f
7
8 media-libs/libmtp: Fix typo
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 media-libs/libmtp/libmtp-9999.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/media-libs/libmtp/libmtp-9999.ebuild b/media-libs/libmtp/libmtp-9999.ebuild
17 index c1384540491..412b5b9c4da 100644
18 --- a/media-libs/libmtp/libmtp-9999.ebuild
19 +++ b/media-libs/libmtp/libmtp-9999.ebuild
20 @@ -41,8 +41,8 @@ src_prepare() {
21 rm ChangeLog || die
22
23 if [[ ${PV} == 9999* ]]; then
24 - if [[ -e crpthd=/usr/share/gettext/config.rpath ]]; then
25 - cp crpthd=/usr/share/gettext/config.rpath . || die
26 + if [[ -e /usr/share/gettext/config.rpath ]]; then
27 + cp /usr/share/gettext/config.rpath . || die
28 else
29 touch config.rpath || die # This is from upstream autogen.sh
30 fi