When parsing fserver update xml feed Drush Make now expects profiles to be identified by "Distributions", instead of "Installation profiles":

http://drupalcode.org/project/drush.git/blobdiff/dc67c98595b091c1eac0f55...

Drush make would then consider installation profiles as modules, placing them in the specified contrib destination, instead of Drupal's /profiles.

The issue is also being reported on Drush issue queue: #1595050: Installation profiles are not recognized and considered to be modules

Comments

ademarco’s picture

Status: Active » Needs review
StatusFileSize
new531 bytes

Patch against current 6.x-1.x branch attached.