Created
March 5, 2014 14:16
-
-
Save perusio/9367978 to your computer and use it in GitHub Desktop.
Make file doesn't work dawg
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; -*-conf-*- | |
api = 2 | |
core = 7.x | |
; Commerce kickstart. | |
projects[commerce_kickstart][type] = core | |
; Be2Bill needed modules. | |
projects[commerce_cardonfile] = "2.0-beta2" | |
projects[commerce_be2bill] = "1.x-dev" | |
; Devel. | |
projects[] = "devel" | |
; Patch for handling arrays in entity controller. | |
projects[drupal][patch][] = "https://drupal.org/files/issues/drupal7.entity-system.1525176-153.patch" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment