We are creating an installation profile.
In accordance with good practices we install modules in modules/contrib, modules/custom and modules/features.
The make file re-downloads the libraries module and installs it directly into the modules directory instead of modules/contrib.

To fix this for our installation profile I will add a patch that just comments out the the libraries dependencies in the make file.
In the make file for our installation profile we add libraries 3.x-dev installed in the correct directory.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

benjaminkyta’s picture

B-Prod’s picture

Is the dependency on the 3.x-dev version still necessary?

The code did not change for a while: http://cgit.drupalcode.org/libraries/log/?h=7.x-3.x
And most of the stuff has been backported to the 2.x version.

So coming back to the current stable release could help for distributions, while those do not use also a specific commit of the DEV version...