Closed (works as designed)
Project:
Drush
Component:
Make
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 Mar 2012 at 04:51 UTC
Updated:
24 Jul 2012 at 12:13 UTC
I am probably missing something obvious here, but when I use profiler (along with drush make of course), all of my downloaded modules and themes end up in subdirectories under the actual profile name, which is as expected.
What I also want to do, however, is to put selected themes and modules into the /sites/all/themes and /sites/all/modules directories respectively.
Here's a sanitised snippet from my profile's makefile:
projects[mytheme][type] = theme
projects[mytheme][download][type] = get
projects[mytheme][destination] = "sites/all/themes"
projects[mytheme[download][url] = ... whatever...But this is not working as I would have expected it to... the downloaded theme is still ending up in /profiles/profilename/themes/mytheme
Am I using this wrong?
Comments
Comment #1
q0rban commentedMoving to Drush.
Comment #2
q0rban commentedAlso, you're missing a closing square bracket on mytheme on the last line.
Comment #3
joestewart commentedOne option is to download the modules for sites/all in a "distro" make that also downloads the profile instead of putting them in the profile makefile.
It is possible the drush maintainers will reconsider #913148: Please bring back install_path
Comment #4
petey318 commented