From a5a669bde9c99031a28ec798f5dea8fb55e8282d Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Thu, 25 Apr 2019 20:39:34 +0200 Subject: [PATCH] CommonPatcher: minor fix --- patcher/CommonPatcher | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patcher/CommonPatcher b/patcher/CommonPatcher index 30fafd6..5f00f10 100644 --- a/patcher/CommonPatcher +++ b/patcher/CommonPatcher @@ -261,8 +261,6 @@ detect_arch () { ;; esac - export PATH="${BASEDIR}/busybox:/system/bin:/system/xbin" - V_EX=${BASEDIR}/vdexExtractor.${ARCH} chmod 0755 ${BUSY} @@ -273,6 +271,8 @@ detect_arch () { ln -sf ${BUSY} ${BASEDIR}/busybox/busybox ${BUSY} --install -s ${BASEDIR}/busybox/ + export PATH="${BASEDIR}/busybox:/system/bin:/system/xbin" + ui_print " > device architecture: ${ARCH}" }