aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorRick Harris2011-03-06 22:59:26 -0500
committerAdam Vandenberg2011-03-06 20:13:12 -0800
commitadf237fea2d10a37b1995f857cda18bb50414dc1 (patch)
tree972d08ee70c39ad3812e33417dfdfdf99779f8be /Library
parent449451b63fa3dd406987ddb2737797d4e50dda29 (diff)
downloadhomebrew-adf237fea2d10a37b1995f857cda18bb50414dc1.tar.bz2
Patch drush: 'drush dl drupal' bug fix
Explanation http://drupal.org/node/1078318 This patch is in 4.x-dev branch of drush, so it will be fixed in the next release (current is 4.2). At that time, this patch should be removed. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/drush.rb6
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