I'm using the d.o install profile Drush Make format for a project. Everything is working great, except the Entity contrib project won't go into the right folder.
From my drupal-org.make file:
projects[entity][subdir] = contrib
projects[entity][version] = 1.0-rc2
For some reason, the Entity module keeps getting put into both /profiles/{profile-name}/modules/entity and /profiles/{profile-name}/modules/contrib/entity
It's the only project in the .make file that does this. I've tried to create a simple .make file that doesn't use the d.o packaging style, but this error doesn't occur in that type of build. If anyone has some quick insight on this, it'd be appreciated. Otherwise, I'll take some time to put together a public demonstration of this bug (right now I'm encountering it in a project to which I can't share access).
Comments
Comment #1
jrbeemanLooks like this was due to a recursive .make file that was being downloaded by Rules 2.1. Thanks, @dww for the push in the right direction.
Comment #2
dkingofpa commentedAnd in case anybody wants to know how to fix this issue, you'll need to use Rules 7.x-2.x-dev until 7.x-2.2 is released. http://drupal.org/node/1329346