When executing drush make on the 8.x-2.x branch with the current plupload.make.example the plupload library is not downloaded.

And also there is the problem that it tries to download the 1.5.8 version of the plupload library, not 2.1.9 which is the supported version on this branch.

CommentFileSizeAuthor
#2 make_file_not_working-2863920-2.patch840 bytesbudalokko
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

budalokko created an issue. See original summary.

budalokko’s picture

Attached patch solves the problem.

Now when executing the following command the library is downloaded and examples folder removed:
drush make --no-core --libraries=plupload modules/plupload/plupload.make.example

budalokko’s picture

Status: Needs work » Needs review