diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/drush.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/drush.rb b/Library/Formula/drush.rb index 2059af33c..50b8caa65 100644 --- a/Library/Formula/drush.rb +++ b/Library/Formula/drush.rb @@ -17,4 +17,10 @@ class Drush <Formula symlink prefix+'drush', bin+'drush' DrushMake.new.brew { (prefix+'commands/drush_make').install Dir['*'] } end + + def patches + # explanation and source: http://drupal.org/node/1078318 + # remove this for any version above 4.2 + "http://drupal.org/files/issues/drush-1078318.patch" + end end |
