summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/installer/adt-installer/scripts/adt_installer_internal
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/installer/adt-installer/scripts/adt_installer_internal')
-rwxr-xr-xmeta/recipes-devtools/installer/adt-installer/scripts/adt_installer_internal2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/installer/adt-installer/scripts/adt_installer_internal b/meta/recipes-devtools/installer/adt-installer/scripts/adt_installer_internal
index 6201095117..684dc880cf 100755
--- a/meta/recipes-devtools/installer/adt-installer/scripts/adt_installer_internal
+++ b/meta/recipes-devtools/installer/adt-installer/scripts/adt_installer_internal
@@ -175,6 +175,8 @@ check_result
175echo_info "Updating environment script with target sysroot location." 175echo_info "Updating environment script with target sysroot location."
176if [ "$1" == "x86" ]; then 176if [ "$1" == "x86" ]; then
177 env_filename=`ls $INSTALL_FOLDER/environment-setup-i586*` 177 env_filename=`ls $INSTALL_FOLDER/environment-setup-i586*`
178elif [ "$1" == "ppc" ]; then
179 env_filename=`ls $INSTALL_FOLDER/environment-setup-powerpc*`
178else 180else
179 env_filename=`ls $INSTALL_FOLDER/environment-setup-$1*` 181 env_filename=`ls $INSTALL_FOLDER/environment-setup-$1*`
180fi 182fi