diff options
| author | Mike McQuaid | 2013-09-18 21:30:47 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2013-09-18 21:30:47 +0100 |
| commit | cfdb1b76b194c04e6e6c8998d085135f653f14b3 (patch) | |
| tree | 931730b99ada25483728888776eddc59f491b890 /Library/Formula | |
| parent | c3658f7cd740619b94f02f3b6baa5d7ee5b5ab61 (diff) | |
| download | homebrew-cfdb1b76b194c04e6e6c8998d085135f653f14b3.tar.bz2 | |
rbenv-gem-rehash: add upstream etc patch.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/rbenv-gem-rehash.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Formula/rbenv-gem-rehash.rb b/Library/Formula/rbenv-gem-rehash.rb index cc19cb485..75dbdb231 100644 --- a/Library/Formula/rbenv-gem-rehash.rb +++ b/Library/Formula/rbenv-gem-rehash.rb @@ -7,6 +7,11 @@ class RbenvGemRehash < Formula depends_on 'rbenv' + def patches + # Fixes issues with Homebrew-managed git-etc alpha. + 'https://github.com/sstephenson/rbenv-gem-rehash/commit/0756890cfd9c7bbbdde38560fe81626a0c5769bd.patch' + end + def install prefix.install Dir['*'] end |
