Closed (won't fix)
Project:
Drush
Version:
All-versions-4.x-dev
Component:
Make
Priority:
Minor
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
3 Apr 2012 at 09:34 UTC
Updated:
7 Mar 2013 at 08:53 UTC
Is there any way how to download two libraries into one directory?
My use case:
I'm trying to download libraries for http://drupal.org/project/views_pdf
There are two libraries that should be "mixed" in /sites/all/libraries/fpdi
1st is OK:
libraries[fpdi][download][type] = "file"
libraries[fpdi][download][url] = "http://www.setasign.de/supra/kon2_dl/39034/FPDI-1.4.2.zip"But I don't know how to edit this:
libraries[fpdf_tpl][download][type] = "file"
libraries[fpdf_tpl][download][url] = "http://www.setasign.de/supra/kon2_dl/30471/FPDF_TPL-1.2.zip"This one have to be in the same directory as 1st one.
Comments
Comment #1
greg.1.anderson commentedClosing support request due to lack of activity. Sorry no one was able to help you with your issue. Please re-open if you are still having trouble, or consider posting a question on Drupal Stack Exchange. If you have solved your problem, it would be helpful it you posted the resolution here to help others who may have the same problem in the future.
Comment #2
radimklaskaNo problem. I ended up creating my own repo with those two libraries already "mixed" together.