I'm receiving this error:

Directory not empty: /tmp/drush_make_tmp_1309444346/__build__/profiles/standard

I googled this error and found some related issues but my directory is clean and empty:
#1134326: Allow a DrushMakeProject to be installed in a non empty directory (Port to Drush 5)

The problem is drush make will download all the files and then it won't extract them. I've set the permissions correctly as well.

Has anyone else have this issue?

I've attached the make file and a log of the output. I'm on ubuntu 11.04 if that makes any difference.

CommentFileSizeAuthor
drushmake.error_.txt5.21 KBchrisjlee
bbk.make_.txt2.68 KBchrisjlee
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

dmitrig01’s picture

Title: Drush Make doesn't execute just downloads - » Make drush make-generate know about "standard" profile

Ah. drush generate-makefile doesn't know about the "standard" profile, evidently. Try removing this from your makefile:

projects[standard][download][type] = ""
projects[standard][download][url] = ""
projects[standard][type] = "profile"
dmitrig01’s picture

Status: Active » Fixed

... and fixed

Status: Fixed » Closed (fixed)

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