Skip to content

Commit

Permalink
passenger: Use opt_prefix
Browse files Browse the repository at this point in the history
Cleaning up places that can use `opt_prefix` instead of
`#{HOMEBREW_PREFIX}/opt/<packagename>`

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
Christian Ho虉ltje authored and jacknagel committed Aug 22, 2013
1 parent f1d4fb7 commit cd09c17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/passenger.rb
Expand Up @@ -30,8 +30,8 @@ def install

def caveats; <<-EOS.undent
To activate Phusion Passenger for Apache, create /etc/apache2/other/passenger.conf:
LoadModule passenger_module #{HOMEBREW_PREFIX}/opt/passenger/libout/apache2/mod_passenger.so
PassengerRoot #{HOMEBREW_PREFIX}/opt/passenger
LoadModule passenger_module #{opt_prefix}/libout/apache2/mod_passenger.so
PassengerRoot #{opt_prefix}
PassengerDefaultRuby /usr/bin/ruby
To activate Phusion Passenger for Nginx, run:
Expand Down

0 comments on commit cd09c17

Please sign in to comment.