commit: 627f84075ee5f738cd83dcf0298fed5822503156
Author: Aric Belsito <lluixhi <AT> gmail <DOT> com>
AuthorDate: Mon Jan 29 19:49:00 2018 +0000
Commit: Aric Belsito <lluixhi <AT> gmail <DOT> com>
CommitDate: Mon Jan 29 19:49:00 2018 +0000
URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=627f8407
dev-util/android-tools: fix directory change
dev-util/android-tools/android-tools-8.1.0_p1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
index 3eddd64..6160dd3 100644
--- a/dev-util/android-tools/android-tools-8.1.0_p1.ebuild
+++ b/dev-util/android-tools/android-tools-8.1.0_p1.ebuild
@@ -79,6 +79,7 @@ src_prepare() {
cd "${S}"/selinux
eapply "${WORKDIR}"/arch/trunk/fix_build_selinux.patch
+ cd "${S}"
#580686
find "${S}" -name '*.h' -exec \
sed -e 's|^#include <sys/cdefs.h>$|/* \0 */|' \
@@ -88,7 +89,6 @@ src_prepare() {
sed -e 's|^#include <sys/cdefs.h>$|/* \0 */|' \
-i extras/ext4_utils/sha1.c || die
- cd "${S}"
default
# The pregenerated ninja file expects the build/ dir.