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

dmitrig01’s picture

Status: Active » Closed (works as designed)

running --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.