Skip to content

Commit

Permalink
Update passenger
Browse files Browse the repository at this point in the history
Use 'passenger-config compile-nginx-engine' instead of the deprecated
'rake webhelper' task.

Closes Homebrew#45156.

Signed-off-by: Mike McQuaid <[email protected]>
  • Loading branch information
FooBarWidget authored and MikeMcQuaid committed Oct 20, 2015
1 parent 7cf27d9 commit 8fff4a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Library/Formula/passenger.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ class Passenger < Formula
def install
rake "apache2" if build.with? "apache2-module"
rake "nginx"
rake "webhelper"

system("/usr/bin/ruby ./bin/passenger-config compile-nginx-engine")

(libexec/"download_cache").mkpath

Expand Down

0 comments on commit 8fff4a3

Please sign in to comment.