That one looks pretty weird from the outside:
aegir@ceres:~/drupal-6.12/profiles$ drush dl single_user_blog
Project single_user_blog (6.x-1.x-dev) downloaded to [success]
/var/aegir/drupal-6.12profiles/.
I would have expected the install profile to be deployed in /var/aegir/drupal-6.12/profiles/single_user_blog. Instead it is in ~/drupal-6.12profiles/single_user_blog, pretty weird.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | drush-incorrect_install_path_for_dl_profiles.patch | 652 bytes | dman |
Comments
Comment #1
dman commentedIndeed.
I got the same.
Here's the simple fix.
Before:
after:
drupal_root has no trailing slash;
Works for me (when running in the sites/sitename dir, and using CVS dl method)
Comment #2
anarcat commentedThis was committed in http://drupal.org/cvs?commit=244222.