Gentoo Archives: gentoo-commits

From: Aric Belsito <lluixhi@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/musl:master commit in: dev-util/android-tools/
Date: Mon, 29 Jan 2018 19:49:35
Message-Id: 1517255340.627f84075ee5f738cd83dcf0298fed5822503156.lluixhi@gentoo
1 commit: 627f84075ee5f738cd83dcf0298fed5822503156
2 Author: Aric Belsito <lluixhi <AT> gmail <DOT> com>
3 AuthorDate: Mon Jan 29 19:49:00 2018 +0000
4 Commit: Aric Belsito <lluixhi <AT> gmail <DOT> com>
5 CommitDate: Mon Jan 29 19:49:00 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=627f8407
7
8 dev-util/android-tools: fix directory change
9
10 dev-util/android-tools/android-tools-8.1.0_p1.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-util/android-tools/android-tools-8.1.0_p1.ebuild b/dev-util/android-tools/android-tools-8.1.0_p1.ebuild
14 index 3eddd64..6160dd3 100644
15 --- a/dev-util/android-tools/android-tools-8.1.0_p1.ebuild
16 +++ b/dev-util/android-tools/android-tools-8.1.0_p1.ebuild
17 @@ -79,6 +79,7 @@ src_prepare() {
18 cd "${S}"/selinux
19 eapply "${WORKDIR}"/arch/trunk/fix_build_selinux.patch
20
21 + cd "${S}"
22 #580686
23 find "${S}" -name '*.h' -exec \
24 sed -e 's|^#include <sys/cdefs.h>$|/* \0 */|' \
25 @@ -88,7 +89,6 @@ src_prepare() {
26 sed -e 's|^#include <sys/cdefs.h>$|/* \0 */|' \
27 -i extras/ext4_utils/sha1.c || die
28
29 - cd "${S}"
30 default
31
32 # The pregenerated ninja file expects the build/ dir.