diff options
Diffstat (limited to 'meta/recipes-devtools/installer/adt-installer')
-rwxr-xr-x | meta/recipes-devtools/installer/adt-installer/scripts/adt_installer_internal | 2 |
1 files changed, 0 insertions, 2 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 684dc880cf..6201095117 100755 --- a/meta/recipes-devtools/installer/adt-installer/scripts/adt_installer_internal +++ b/meta/recipes-devtools/installer/adt-installer/scripts/adt_installer_internal | |||
@@ -175,8 +175,6 @@ check_result | |||
175 | echo_info "Updating environment script with target sysroot location." | 175 | echo_info "Updating environment script with target sysroot location." |
176 | if [ "$1" == "x86" ]; then | 176 | if [ "$1" == "x86" ]; then |
177 | env_filename=`ls $INSTALL_FOLDER/environment-setup-i586*` | 177 | env_filename=`ls $INSTALL_FOLDER/environment-setup-i586*` |
178 | elif [ "$1" == "ppc" ]; then | ||
179 | env_filename=`ls $INSTALL_FOLDER/environment-setup-powerpc*` | ||
180 | else | 178 | else |
181 | env_filename=`ls $INSTALL_FOLDER/environment-setup-$1*` | 179 | env_filename=`ls $INSTALL_FOLDER/environment-setup-$1*` |
182 | fi | 180 | fi |