summaryrefslogtreecommitdiffstats
path: root/lang/node-serialport/patches/package.json.patch
blob: a20c6a5a22bcd6faff045ef63bc40b1f7660795e (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/package.json	2014-05-02 12:02:02.940515727 +0200
+++ b/package.json	2014-05-02 12:03:08.488512762 +0200
@@ -69,7 +71,7 @@
     "serialportterm": "./bin/serialportTerminal.js"
   },
   "scripts": {
-    "install": "node-pre-gyp install --fallback-to-build",
+    "install": "node-pre-gyp reinstall --build-from-source --target_arch=${npm_config_arch}",
     "test": "grunt --verbose"
   }
 }