X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/7ef0239f1962ce7cc0f637c94185fa9f14e383f9..8eed1a8bec5e1e3273e399dd0aba42a781cc38a7:/vagrant/Install-on-Centos-7.sh?ds=sidebyside diff --git a/vagrant/Install-on-Centos-7.sh b/vagrant/Install-on-Centos-7.sh index 04b2f041..36d3ea4a 100755 --- a/vagrant/Install-on-Centos-7.sh +++ b/vagrant/Install-on-Centos-7.sh @@ -145,10 +145,10 @@ if [ "x$1" == "xyes" ]; then #DOCS: cd $USERHOME git clone --recursive git://github.com/openstreetmap/Nominatim.git -#DOCS: cd Nominatim + cd Nominatim else #DOCS: - cd $USERHOME #DOCS: + cd $USERHOME/Nominatim #DOCS: fi #DOCS: # When installing the latest source from github, you also need to @@ -161,6 +161,7 @@ fi #DOCS: # The code must be built in a separate directory. Create this directory, # then configure and build Nominatim in there: + cd $USERHOME #DOCS: mkdir build cd build cmake $USERHOME/Nominatim