diff options
| author | Max Howell | 2009-11-06 15:06:42 +0000 |
|---|---|---|
| committer | Max Howell | 2009-11-07 18:22:36 +0000 |
| commit | 3bbc0d1be0f5f50f31905451fc4819c4db0b1698 (patch) | |
| tree | 5b81f4c90d0ca8ef771f5e8c357ac1e3b6631d00 /Library/Homebrew | |
| parent | 9f389f52476fea77abc926ea7ef1b18c9c945e75 (diff) | |
| download | homebrew-3bbc0d1be0f5f50f31905451fc4819c4db0b1698.tar.bz2 | |
Blacklist RubyGems creation
Diffstat (limited to 'Library/Homebrew')
| -rw-r--r-- | Library/Homebrew/brew.h.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Homebrew/brew.h.rb b/Library/Homebrew/brew.h.rb index d8c64b6fa..ed80ecc22 100644 --- a/Library/Homebrew/brew.h.rb +++ b/Library/Homebrew/brew.h.rb @@ -114,6 +114,8 @@ ENV.libxml2 in your formula's install function. #{force_text} EOS + when /rubygem/ + raise "Sorry RubyGems comes with OS X so we don't package it.\n\n#{force_text}" end unless ARGV.force? __make url, name |
