]> git.pld-linux.org Git - packages/passenger.git/blame - dirs.patch
- fixed internal and external search paths
[packages/passenger.git] / dirs.patch
CommitLineData
8f90c771
JR
1--- passenger-release-4.0.50/ext/common/ResourceLocator.h~ 2014-08-26 16:15:57.000000000 +0200
2+++ passenger-release-4.0.50/ext/common/ResourceLocator.h 2014-09-04 21:47:26.617938160 +0200
3@@ -78,12 +78,12 @@
4 } else {
5 string root = rootOrFile;
6 binDir = root + "/bin";
7- agentsDir = root + "/buildout/agents";
8- helperScriptsDir = root + "/helper-scripts";
9- resourcesDir = root + "/resources";
10- docDir = root + "/doc";
11- rubyLibDir = root + "/lib";
12- nodeLibDir = root + "/node_lib";
13+ agentsDir = root + "/@@LIB@@/phusion-passenger/agents";
14+ helperScriptsDir = root + "/share/phusion-passenger/helper-scripts";
15+ resourcesDir = root + "/share/phusion-passenger/resources";
16+ docDir = root + "/share/doc";
17+ rubyLibDir = root + "@@RUBYLIBDIR@@";
18+ nodeLibDir = root + "/share/phusion-passenger/node_lib";
19 }
20 }
21
This page took 0.049997 seconds and 4 git commands to generate.