File: rename_nodejs.patch

package info (click to toggle)
node-srs 0.4.8%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 384 kB
  • ctags: 85
  • sloc: cpp: 135; makefile: 55; sh: 30; python: 12
file content (15 lines) | stat: -rw-r--r-- 344 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: rename node to nodejs
Author: Jérémy Lal <kapouer@melix.org>
Forwarded: not-needed
Last-Update: 2015-06-21
--- a/binding.gyp
+++ b/binding.gyp
@@ -67,7 +67,7 @@
         'src/srs.cc'
       ],
       "include_dirs" : [
-        "<!(node -e \"require('nan')\")"
+        "<!(nodejs -e \"require('nan')\")"
       ]
     },
     {