Currently the beet_root directory is created in the init task. If you want to have drush make use a destination of beet_root the destination needs to not exists.
Consider making a variable beet_root_create that determines if this directory should be created during initialisaion.
Currently the
beet_root
directory is created in theinit
task. If you want to havedrush make
use a destination ofbeet_root
the destination needs to not exists.Consider making a variable
beet_root_create
that determines if this directory should be created during initialisaion.