Drupal/Drush: How to bundle a project.profile within a project.make?
Is there any way to do:
开发者_Go百科files["project.profile"][subdir] = "profiles/project"
so I get packed the installation profile on the final bundle?
This is a great page about Profiles and Drush make.
http://drupal.org/node/642116
Currently experimenting with this myself.
精彩评论