Closed (works as designed)
Project:
Drush Make
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Mar 2010 at 23:09 UTC
Updated:
19 Jun 2010 at 16:31 UTC
I ran this command in my drupal root:
drush make --working-copy --no-core --contrib-destination=. profiles/openatrium/openatrium.make
ran into some issues with files being distributed to core/modules and core/themes instead of sites/all/* or even profile/openatrium/*
it must be run in the same directory as the make file in order to work correctly.
Comments
Comment #1
dmitrig01 commentedrunning --contrib-destination=. puts everything right there in modules/ and themes/ if you want sites/all then do --contrib-destination=sites/all and profile/openatrium then do --contrib-destination=profile/openatrium.