aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ruby-enterprise-edition.rb
diff options
context:
space:
mode:
authorMathias Meyer2009-10-14 23:43:55 +0200
committerMax Howell2009-10-15 15:18:53 +0100
commit0d96dec73bd1709f92d8c448f30e258aa707486b (patch)
treea54a3ba024ce8786cc498740576c6b89d372b380 /Library/Formula/ruby-enterprise-edition.rb
parent5fa7b07fc0cba4bdf3b8961dccb4de3e407d5c42 (diff)
downloadhomebrew-0d96dec73bd1709f92d8c448f30e258aa707486b.tar.bz2
Don't strip the ruby binary, unicorns die and bundles don't get loaded.
Diffstat (limited to 'Library/Formula/ruby-enterprise-edition.rb')
-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"