Closed (won't fix)
Project:
Drush
Version:
8.x-6.x-dev
Component:
Make
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
10 Nov 2011 at 10:56 UTC
Updated:
11 Sep 2013 at 11:11 UTC
Right now running drush -y make --contrib-destination=profiles/myprofile/modules/contrib profiles/myprofile/myprofile.make adds the folder modules in profiles/myprofile/modules/contrib. It would be nice if when defining --contrib-destination the folder modules isn't added.
Makes the folder setup cleaner :)
Comments
Comment #1
helmo commented[ Powered by #1115636: Issue Macros and Templates - Drush Make]
Drush make is being merged into drush core (discussed in issue:#1310130: Put drush make in drush core)
This means that the issue queue is also moving. The drush queue has a component 'Make' especially for drush_make.
More information will be posted on the drush_make and drush project pages.
NOTE:
Problem is that contrib-destination is also used for themes, then 'themes' is appended.
To fix this the option would have to be split, or defined per project.
Comment #2
helmo commentedI found a related issue in #911722: Default path for projects, libraries
Comment #3
steven jones commentedIf you're trying to 'remake' your profile, then the easiest way is to
cdinto the profile's directory and pass in the option:--contrib-destination=.Comment #4
kenorb commentedThe same problem with drush 5.8
I've specified sites/all/modules/contrib, but it's downloading into sites/all/modules/contrib/modules
Comment #5
steven jones commented@kenorb Try specifying the --contrib destination as 'sites/all' and then using the 'subdir' element in the make file of each project to get the module/theme into the 'contrib' subdirectory with modules/themes? Does that work for you?
Comment #6
greg.1.anderson commentedThis issue was marked
closed (won't fix)because Drush has moved to Github.If this feature is still desired, you may copy it to our Github project. For best results, create a Pull Request that has been updated for the master branch. Post a link here to the PR, and please also change the status of this issue to
closed (duplicate).Please ask support questions on Drupal Answers.