diff options
Diffstat (limited to 'Library/Formula/rubinius.rb')
| -rwxr-xr-x | Library/Formula/rubinius.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/rubinius.rb b/Library/Formula/rubinius.rb index 567a979f1..457a4d76a 100755 --- a/Library/Formula/rubinius.rb +++ b/Library/Formula/rubinius.rb @@ -8,7 +8,7 @@ class Rubinius < Formula    head 'git://github.com/evanphx/rubinius.git'    # Do not strip binaries, or else it fails to run. -  def skip_clean?(path); true end +  skip_clean :all    def install      # Let Rubinius define its own flags; messing with these causes build breaks. | 
