Closed (won't fix)
Project:
Drush Make
Version:
6.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
24 Jan 2012 at 10:32 UTC
Updated:
15 Apr 2013 at 14:32 UTC
I have the following code snippet in my .make file.
libraries[iCalcreator][download][type] = "get"
libraries[iCalcreator][download][url] = "http://www.kigkonsult.se/downloads/dl.php?f=iCalcreator-2.10.23"
libraries[iCalcreator][directory_name] = ""
libraries[iCalcreator][destination] = "libraries"
I need to use the module together with parser_ical which demands to have the file in the folder iCalcreator, and I have seen a lot of similar projects having specific demands for the location - and a lot of external libraries being packaged the same way as iCalcreator.
Therefore it would be great if drush make could change the name of the folder the zipped file is extracted to!
Comments
Comment #1
Darko commentedI am not sure if I understand your question completely.
When you use the following code
your project will be extracted into sites/all/libraries/iCalcreator.
Isn't that the desired outcome?
Comment #2
lsolesen commentedThat will make all the content go into iCalcreator which makes the file paths wrong fro the projects that are relying on the external library. When I extract the iCalcreator just to libraries with the code from the original issue, it goes into the folder iCalcreator-2.10-23. I want it to go into iCalcreator.
Comment #3
helmo commentedClosing this issue as I doubt anyone will ever commit again to the obsolete drush_make project. See checkout a recent drush version, see also: #1310130: Put drush make in drush core