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.
| Comment | File | Size | Author |
|---|---|---|---|
| drushmake.error_.txt | 5.21 KB | chrisjlee | |
| bbk.make_.txt | 2.68 KB | chrisjlee |
Comments
Comment #1
dmitrig01 commentedAh. drush generate-makefile doesn't know about the "standard" profile, evidently. Try removing this from your makefile:
Comment #2
dmitrig01 commented... and fixed