Closed (fixed)
Project:
Drush
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
26 Nov 2008 at 06:53 UTC
Updated:
8 Mar 2009 at 05:41 UTC
according to docs:
The modules will be installed into a site specific modules directory if one
exists, otherwise sites/all/modules is used.
After installing, you still have to activate on the normal module
administration page
Would be good to be able to force drush to install into sites/all/modules
Comments
Comment #1
vingborg commentedIt would be even better if the install directory could be specified explicitly, so, for instance, the packages would go into a 'contrib' folder beneath the site specific modules folder or something like that.
Comment #2
mlncn commentedMy thoughts exactly.
I think this feature should wait for Drush does not have to be a module to shake down, but then I'd like to work on it.
Should a flag to set the install path to anywhere be defined in the drush command flags (
drush [options] pminstall/update etc.) or should a new place to define flags after the pm be created for the package manager module (drush pm [options]install/update etc.)?benjamin, Agaric Design Collective
Comment #3
owen barton commentedYou can now do this with drush dl --destination=whatever