Skip to content

Commit

Permalink
Update compilenodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
jiaaro committed Jun 4, 2014
1 parent 897a318 commit dd7965a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bin/compilenodejs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/usr/bin/env bash
set -eo pipefail

BUILD_DIR=$1

NODE_VERSION=0.10.28
NODE_BASENAME=node-v${NODE_VERSION}-linux-x64
NODE_ARCHIVE="http://nodejs.org/dist/v${NODE_VERSION}/${NODE_BASENAME}.tar.gz"
Expand All @@ -22,6 +24,9 @@ rm -rf node
mv $tempdir/$NODE_BASENAME node
popd

echo $(ls -thora)
echo $(pwd)

ln -sf ../../vendor/node/bin/node .heroku/python/bin/node
ln -sf ../../vendor/node/bin/node-waf .heroku/python/bin/node-waf
ln -sf ../../vendor/node/bin/npm .heroku/python/bin/npm

0 comments on commit dd7965a

Please sign in to comment.