doc/Packaging.txt.md in passenger-5.0.18 vs doc/Packaging.txt.md in passenger-5.0.19
- old
+ new
@@ -118,11 +118,11 @@
## phusion_passenger.rb
The Phusion Passenger administration tools are written in Ruby. So the first thing
they do is trying to load `phusion_passenger.rb`, which is the source file
responsible for figuring out where all the other Phusion Passenger files are. It
-tries to look for phusion_passenger.rb in `<OWN_DIRECTORY>/../lib` where
+tries to look for phusion_passenger.rb in `<OWN_DIRECTORY>/../src/ruby_supportlib` where
`<OWN_DIRECTORY>` is the directory that the tool is located in. If
phusion_passenger.rb is not there, then it tries to load it from the normal Ruby
load path.
## Ruby extension
@@ -200,11 +200,11 @@
* `include_dir`
A directory that contains the Phusion Passenger header files that are
necessary for compiling Nginx.
- Value when originally packaged: `<SOURCE_ROOT>/ext`
+ Value when originally packaged: `<SOURCE_ROOT>/src`
* `lib_dir`
A directory that contains the Phusion Passenger library files, e.g.
libboost_oxt.a and various .o files.
@@ -217,11 +217,11 @@
the Phusion Passenger administration tools still locate phusion_passenger.rb
as described in the section "The Phusion Passenger Ruby libraries",
irregardless of the value of this key in the location configuration file.
The value is only useful to non-Ruby Phusion Passenger code.
- Value when originally packaged: `<SOURCE_ROOT>/lib`.
+ Value when originally packaged: `<SOURCE_ROOT>/src/ruby_supportlib`.
* `apache2_module_path`
The filename of the Apache 2 module, or the filename that the Apache 2 module
will be stored after it's compiled. Used by `passenger-install-module` to
@@ -234,18 +234,18 @@
The directory that contains the source code for the Phusion Passenger Ruby
extension. Phusion Passenger uses these sources to build a Ruby extension,
when it detects that the user is using a new Ruby interpreter for which
no Ruby extension has been compiled.
- Value when originally packaged: `<SOURCE_ROOT>/ext/ruby`.
+ Value when originally packaged: `<SOURCE_ROOT>/src/ruby_native_extension`.
* `nginx_module_source_dir`
The directory that contains the source code for the Phusion Passenger Nginx
module. passenger-install-nginx-module uses these sources to build Nginx
with Phusion Passenger support.
- Value when originally packaged: `<SOURCE_ROOT>/ext/nginx`.
+ Value when originally packaged: `<SOURCE_ROOT>/src/nginx_module`.
Optional fields:
* `build_system_dir`