Some Drupal installs might not have the sites/all/libraries directory, however drush se-plugin command assumes it is already created. So calling

$path = 'sites/all/libraries/ddcl';
drush_op('mkdir', $path);

will result in failure. An additional check for libraries directory before mkdir will fix it.

Comments

zserno’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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