Index: drush/commands/pm/pm.drush.inc =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/drush/commands/pm/pm.drush.inc,v retrieving revision 1.41 diff -u -p -r1.41 pm.drush.inc --- drush/commands/pm/pm.drush.inc 18 Jun 2009 01:39:16 -0000 1.41 +++ drush/commands/pm/pm.drush.inc 29 Jul 2009 03:12:25 -0000 @@ -540,7 +540,7 @@ function pm_dl_destination_lookup($type, $destination = $drupal_root . '/'; break; case 'profile': - $destination = $drupal_root . 'profiles/'; + $destination = $drupal_root . '/profiles/'; break; } if ($create) {