diff options
author | Aric Belsito <lluixhi@gmail.com> | 2018-01-29 11:49:00 -0800 |
---|---|---|
committer | Aric Belsito <lluixhi@gmail.com> | 2018-01-29 11:49:00 -0800 |
commit | 627f84075ee5f738cd83dcf0298fed5822503156 (patch) | |
tree | 22a4ea835afeda9512e939a6882f2fb63dd03af1 /dev-util | |
parent | dev-util/android-tools: add build patch (diff) | |
download | musl-627f84075ee5f738cd83dcf0298fed5822503156.tar.gz musl-627f84075ee5f738cd83dcf0298fed5822503156.tar.bz2 musl-627f84075ee5f738cd83dcf0298fed5822503156.zip |
dev-util/android-tools: fix directory change
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/android-tools/android-tools-8.1.0_p1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 3eddd64a..6160dd3f 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. |