nodejs-current: Fix #1192 by removing useless link() (#1701)
authorKarol Baraniecki <karol@karcom.pl>
Fri, 3 Nov 2017 11:12:21 +0000 (12:12 +0100)
committerFredrik Fornwall <fredrik@fornwall.net>
Fri, 3 Nov 2017 11:12:21 +0000 (12:12 +0100)
commit823fa125227caeb069fe634f387e45b28fcb0468
treee526046e29ed9c44adc898d830275a086c933725
parentff9d180977530bfd0104301dcc2add79df007095
nodejs-current: Fix #1192 by removing useless link() (#1701)

As it turns out, npm does an "optimisation" by instead of doing a simple
rename(), it link()s the source file to its destination, and unlink()s
the source file. Reverse that if process.platform is 'android'.
packages/nodejs-current/npm-link-patch.patch [new file with mode: 0644]