From 5d7f1d4e1feda2fa4e3f7655404737d85276e8a9 Mon Sep 17 00:00:00 2001 From: slomo Date: Wed, 19 Jan 2011 20:40:30 +0100 Subject: fixed path issus with bootstrap --- bootstrap.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'bootstrap.sh') 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 -- cgit v1.2.3