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)
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'.


No differences found