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}" }