diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/rubinius.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Formula/rubinius.rb b/Library/Formula/rubinius.rb index 1a3ea5db6..790f96497 100644 --- a/Library/Formula/rubinius.rb +++ b/Library/Formula/rubinius.rb @@ -29,6 +29,9 @@ class Rubinius < Formula ohai "config.rb", File.open('config.rb').to_a if ARGV.debug? or ARGV.verbose? system "/usr/bin/ruby", "-S", "rake", "install" + + # Remove conflicting command aliases + bin.children.select(&:symlink?).each(&:unlink) end def caveats; <<-EOS.undent |
