aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorslomo <steve.harrison@gmx.net>2011-01-19 20:40:30 +0100
committerslomo <steve.harrison@gmx.net>2011-01-19 20:40:30 +0100
commit5d7f1d4e1feda2fa4e3f7655404737d85276e8a9 (patch)
tree22ffdab95b792d1d5b19a538f66435ac5be8e5d9 /bootstrap.sh
parentde138849df98ebc6260c6bab665707cc817248e9 (diff)
downloadosm-xapi-5d7f1d4e1feda2fa4e3f7655404737d85276e8a9.tar.gz
osm-xapi-5d7f1d4e1feda2fa4e3f7655404737d85276e8a9.tar.xz
osm-xapi-5d7f1d4e1feda2fa4e3f7655404737d85276e8a9.zip
fixed path issus with bootstrap
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