installer: fix cross-compile installs
authorBen Noordhuis <info@bnoordhuis.nl>
Wed, 1 Aug 2012 23:06:31 +0000 (01:06 +0200)
committerBen Noordhuis <info@bnoordhuis.nl>
Thu, 2 Aug 2012 11:51:35 +0000 (13:51 +0200)
commit50e00de92a7563f39ff50f9a53c7e2ed15e556c6
treea7e24658fa54fac5353da46e9dcf926684f9365f
parent34c750d7a96ad29c023d117f55239b94e90d23d5
installer: fix cross-compile installs

The old installer was a JS script, which didn't work if node had been
cross-compiled for another architecture. Replace it with a python script.

Fixes #3807.
Makefile
tools/install.py [new file with mode: 0755]
tools/installer.js [deleted file]