install: install iojs -> node compat symlink
authorBen Noordhuis <info@bnoordhuis.nl>
Thu, 8 Jan 2015 13:21:26 +0000 (14:21 +0100)
committerBen Noordhuis <info@bnoordhuis.nl>
Thu, 8 Jan 2015 22:21:23 +0000 (23:21 +0100)
commit72f1b348b021269f98783aee2f0e89500a20231c
tree2f94b47bad380c4d1919666fa320a1d69349677b
parentf17f473af5e28f4ec00a518f97a84b69c426309e
install: install iojs -> node compat symlink

Install a symlink for compatibility with scripts that expect a binary
called `node` or have a /path/to/node shebang.  Only done on UNIX
platforms because symlinks on Windows require elevated privileges.

PR-URL: https://github.com/iojs/io.js/pull/262
Reviewed-By: Bert Belder <bertbelder@gmail.com>
tools/install.py