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
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | fserver-updatexml_profile_name_change-1697500.patch | 531 bytes | ademarco |
Comments
Comment #1
ademarco commentedPatch against current 6.x-1.x branch attached.