aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/passenger.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Formula/passenger.rb b/Library/Formula/passenger.rb
index 7d9e178c3..6203ef2c9 100644
--- a/Library/Formula/passenger.rb
+++ b/Library/Formula/passenger.rb
@@ -23,6 +23,11 @@ class Passenger < Formula
rake "nginx"
rake "webhelper"
+ # Fixes https://github.com/phusion/passenger/issues/1288
+ rm_rf "buildout/libev"
+ rm_rf "buildout/libeio"
+ rm_rf "buildout/cache"
+
necessary_files = Dir[".editorconfig", "configure", "Rakefile", "README.md", "CONTRIBUTORS",
"CONTRIBUTING.md", "LICENSE", "CHANGELOG", "INSTALL.md",
"passenger.gemspec", "build", "lib", "node_lib", "bin", "doc", "man",