]> git.pld-linux.org Git - packages/nodejs.git/commitdiff
- search correct arch dir first
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 26 Jan 2012 14:54:43 +0000 (14:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    nodejs-lib64path.patch -> 1.2

nodejs-lib64path.patch

index 9bdc86ee386fe2c021c1585f76dd5e4f5270c900..e507f897ceb1a5e5e521df334d2ac1023167c7d9 100644 (file)
@@ -5,7 +5,7 @@
  
  Module._initPaths = function() {
 -  var paths = [path.resolve(process.execPath, '..', '..', 'lib', 'node')];
-+  var paths = ["/usr/lib/node", "/usr/lib64/node"];
++  var paths = ["/usr/lib64/node", "/usr/lib/node"];
  
    if (process.env['HOME']) {
      paths.unshift(path.resolve(process.env['HOME'], '.node_libraries'));
This page took 0.05214 seconds and 4 git commands to generate.