aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index 73fcf3b..802b7f1 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -30,6 +30,7 @@ if [ ! -f ${PREFIX}/bin/node ]; then
cd ${PREFIX}/src/node-v${NODE_VERSION}
./configure --prefix=${PREFIX}
make install
+ cd ${PREFIX}/..
else
echo "!! node already installed"
fi