sys-power/iasl: Respect prefix

Thanks-to: Pengcheng Xu <i@jsteward.moe>
Closes: https://bugs.gentoo.org/642402
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
This commit is contained in:
Lars Wendler
2019-11-19 13:50:33 +01:00
parent f89dd1f183
commit 4674c955ea

View File

@@ -44,7 +44,8 @@ src_prepare() {
find "${S}" -type f -name 'Makefile*' -print0 | \
xargs -0 -I '{}' \
sed -r -e 's:-\<Werror\>::g' -i '{}' \
sed -r -e 's:-\<Werror\>::g' -e "s:/usr:${EPREFIX}/usr:g" \
-i '{}' \
|| die
# BITS is tied to ARCH - please set appropriately if you add new keywords