aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Vandenberg2010-10-07 11:03:11 -0700
committerAdam Vandenberg2010-10-07 11:03:11 -0700
commit4636c06ee05417e56c825648b42f452c60aba08b (patch)
treecda9b699962a8fbbf111be4e052869a29fbd6d3e
parent52a2e3a109fd2fbaf7d0805d1ab0686e7ac9c1dc (diff)
downloadhomebrew-4636c06ee05417e56c825648b42f452c60aba08b.tar.bz2
drush - remove patch
-rw-r--r--Library/Formula/drush.rb19
1 files changed, 0 insertions, 19 deletions
diff --git a/Library/Formula/drush.rb b/Library/Formula/drush.rb
index 97fcb2382..bc7345c7a 100644
--- a/Library/Formula/drush.rb
+++ b/Library/Formula/drush.rb
@@ -4,10 +4,6 @@ class DrushMake <Formula
url 'http://ftp.drupal.org/files/projects/drush_make-6.x-2.0-beta9.tar.gz'
homepage 'http://drupal.org/project/drush_make'
md5 '971cde5da1fcf8ae63e42c074cbb5476'
-
- def patches
- DATA
- end
end
class Drush <Formula
@@ -23,18 +19,3 @@ class Drush <Formula
DrushMake.new.brew { (prefix+'commands/drush_make').install Dir['*'] }
end
end
-
-__END__
-diff --git a/drush_make.download.inc b/drush_make.download.inc
-index 99ff080..4a98166 100644
---- a/drush_make.download.inc
-+++ b/drush_make.download.inc
-@@ -162,7 +162,7 @@ class DrushMakeDownload_Get extends DrushMakeDownload {
- // Detect whether the user uses --strip-path or --strip-components
- $strip_option = drush_get_option('strip-option', FALSE);
- if (!$strip_option) {
-- drush_shell_exec("man tar | grep strip-component");
-+ drush_shell_exec("man -t tar | grep strip-component");
- $info = drush_shell_exec_output();
- if ($info) {
- $strip_option = 'component';