Index: install.php
===================================================================
RCS file: /cvs/drupal/drupal/install.php,v
retrieving revision 1.65
diff -u -p -r1.65 install.php
--- install.php	15 Jul 2007 10:11:44 -0000	1.65
+++ install.php	15 Jul 2007 18:00:30 -0000
@@ -790,6 +790,11 @@ function install_task_list($active = NUL
   $profile = isset($_GET['profile']) && isset($profiles[$_GET['profile']]) ? $_GET['profile'] : '.';
   $locales = install_find_locales($profile);
 
+  // Remove select profile if we have only one.
+  if (count($profiles) == 1) {
+    unset($tasks['profile-select']);
+  }
+
   // Add tasks defined by the profile.
   if ($profile) {
     $function = $profile .'_profile_task_list';
