I have a make file which tries to get some modules from my git server.

projects[][type] = module
projects[][download][type] = git
projects[][download][url] = 'http:///
/.git'
projects[][download][branch] = 6.x-1.1
projects[][subdir] = custom

If I use the subdir option, an empty directory is created under modules/custom but the files are put into modules directory.
It works fine with themes.

Comments

pedroalb’s picture

Priority: Critical » Major
helmo’s picture

Status: Active » Closed (won't fix)

Closing 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