diff --git a/core/includes/install.core.inc b/core/includes/install.core.inc
index 4696446..b8179da 100644
--- a/core/includes/install.core.inc
+++ b/core/includes/install.core.inc
@@ -981,7 +981,7 @@ function install_settings_form_submit($form, &$form_state) {
  * Finds all .profile files.
  */
 function install_find_profiles() {
-  return file_scan_directory('./profiles', '/\.profile$/', array('key' => 'name'));
+  return file_scan_directory('./core/profiles', '/\.profile$/', array('key' => 'name'));
 }
 
 /**
