All of my files are being downloaded to the Drush directory instead of the directory the make file resides in. I have put drush_make inside of the commands folder of the Drush directory (advised against I know, but my command line knowledge limits me so). Any suggestions?

The path to my drush folder is /home/myusername/drush, in my bash_profile I did an alias - alias drush='/home/myusername/drush/drush' and generally installed according to the instructions here: http://civicactions.com/blog/2009/nov/04/installing_drush_dreamhost (though I do not have DH).

Thanks!

Comments

dmitrig01’s picture

What drush command are you running?

dabblela’s picture

after cd'ing into the directory I'd like to make the new site in:

drush make /home/myusername/public_html/dev/ubercart.make

dabblela’s picture

FWIW, I've tried using -r and specifying the current directory as well.

Anonymous’s picture

Have you tried putting a destination directory?

drush make /home/myusername/public_html/dev/ubercart.make /home/username/public_html/new_ubercart_platform
I have put drush_make inside of the commands folder of the Drush directory (advised against I know, but my command line knowledge limits me so).

If you could get as far as putting the files in the commands folder, you could put them in the recommended place :) i.e

mkdir /home/username/.drush
mv /home/myusername/drush/commands/drush_make /home/username/.drush/

but I don't think this is any way related to your problem (which looks normal to me: if you don't specify a destination directory, the project will be built in the current directory)

dabblela’s picture

Status: Active » Fixed

Thanks mig.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.