From b0ad7f9f1f7ef97443365fc605a0e4c110b01e9f Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Mon, 20 Aug 2018 21:34:50 +0200 Subject: [PATCH] CommonInstaller: fix logical error --- CommonInstaller | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CommonInstaller b/CommonInstaller index 90dced7..563b774 100644 --- a/CommonInstaller +++ b/CommonInstaller @@ -287,8 +287,8 @@ detect_mode () { fi if [ "${ROM_NO_XBIN}" -eq 0 ]; then - NANODROID_BINDIR="${MODPATH}/system/bin" - else NANODROID_BINDIR="${MODPATH}/system/xbin" + NANODROID_BINDIR="${MODPATH}/system/xbin" + else NANODROID_BINDIR="${MODPATH}/system/bin" fi }