diff options
author | slomo <steve.harrison@gmx.net> | 2011-01-19 20:40:30 +0100 |
---|---|---|
committer | slomo <steve.harrison@gmx.net> | 2011-01-19 20:40:30 +0100 |
commit | 5d7f1d4e1feda2fa4e3f7655404737d85276e8a9 (patch) | |
tree | 22ffdab95b792d1d5b19a538f66435ac5be8e5d9 | |
parent | de138849df98ebc6260c6bab665707cc817248e9 (diff) | |
download | osm-xapi-5d7f1d4e1feda2fa4e3f7655404737d85276e8a9.tar.gz osm-xapi-5d7f1d4e1feda2fa4e3f7655404737d85276e8a9.tar.xz osm-xapi-5d7f1d4e1feda2fa4e3f7655404737d85276e8a9.zip |
fixed path issus with bootstrap
-rwxr-xr-x | bootstrap.sh | 1 |
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 |