android-tools: fix UNPACKDIR conversion leftovers

With the intruction of the UNPACKDIR the remount script is placed in the
UNPACKDIR and not in S.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Dmitry Baryshkov
2024-05-24 14:57:04 +03:00
committed by Khem Raj
parent 88f604fa71
commit 6dd9cd977f
@@ -139,7 +139,7 @@ do_compile() {
do_install() {
install -d ${D}${base_sbindir}
install -m 0755 ${S}/../remount -D ${D}${base_sbindir}/remount
install -m 0755 ${UNPACKDIR}/remount -D ${D}${base_sbindir}/remount
for tool in img2simg simg2img fastboot adbd; do
if echo ${TOOLS_TO_BUILD} | grep -q "$tool" ; then