passenger: fix breakage of passenger-install-apache2-module
Closes Homebrew/homebrew#36132. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
cdfd89a788
commit
4c1b516c3b
1 changed files with 5 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue