aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/ruby-enterprise-edition.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/ruby-enterprise-edition.rb b/Library/Formula/ruby-enterprise-edition.rb
index 0044e23c6..88dfc46cd 100644
--- a/Library/Formula/ruby-enterprise-edition.rb
+++ b/Library/Formula/ruby-enterprise-edition.rb
@@ -5,6 +5,8 @@ class RubyEnterpriseEdition <Formula
md5 'ae00018ce89d95419dfde370fcd485ac'
homepage 'http://rubyenterpriseedition.com/'
+ skip_clean 'bin/ruby'
+
def install
ENV.gcc_4_2 # fails with LLVM
system "./installer --auto #{prefix} --no-tcmalloc"