From a2b1747ba3674e3670547715408f8984ab4afa13 Mon Sep 17 00:00:00 2001 From: "Yash D. Saraf" Date: Sat, 14 Jul 2018 03:00:03 +0530 Subject: [PATCH] Fix xbin not accessible in some devices * Bump version to 1.29.0 --- .travis.yml | 2 +- installers/base_installer.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e36d264..bb88051 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ install: scripts/install-dependencies.sh script: scripts/readytorock.sh env: global: - - VER="1.28.3-YDS" + - VER="1.29.0-YDS" - STATUS="stable" - BUILD_TAG="v${VER}-$(TZ=UTC date +'%Y%m%d%H%M')" - TEMP_DIR=$(mktemp -d) diff --git a/installers/base_installer.sh b/installers/base_installer.sh index 48f74b8..7682f43 100644 --- a/installers/base_installer.sh +++ b/installers/base_installer.sh @@ -367,7 +367,7 @@ if $MAGISK fi fi -POSSIBLE_INSTALLDIRS="/su/xbin /data/adb/su/xbin /system/xbin /system/vendor/bin /vendor/bin" +POSSIBLE_INSTALLDIRS="/su/xbin /data/adb/su/xbin /system/xbin /su/bin /data/adb/su/bin /system/bin /system/vendor/bin /vendor/bin" if [ $INSTALLDIR == "none" ] then for dir in $POSSIBLE_INSTALLDIRS