CommonPatcher: minor fix

merge-requests/23/head
Christopher Roy Bratusek 5 years ago
parent cb1d1ddb05
commit a5a669bde9

@ -261,8 +261,6 @@ detect_arch () {
;; ;;
esac esac
export PATH="${BASEDIR}/busybox:/system/bin:/system/xbin"
V_EX=${BASEDIR}/vdexExtractor.${ARCH} V_EX=${BASEDIR}/vdexExtractor.${ARCH}
chmod 0755 ${BUSY} chmod 0755 ${BUSY}
@ -273,6 +271,8 @@ detect_arch () {
ln -sf ${BUSY} ${BASEDIR}/busybox/busybox ln -sf ${BUSY} ${BASEDIR}/busybox/busybox
${BUSY} --install -s ${BASEDIR}/busybox/ ${BUSY} --install -s ${BASEDIR}/busybox/
export PATH="${BASEDIR}/busybox:/system/bin:/system/xbin"
ui_print " > device architecture: ${ARCH}" ui_print " > device architecture: ${ARCH}"
} }

Loading…
Cancel
Save