]> git.openstreetmap.org Git - nominatim.git/commit
use DataDir constant for data only
authorSarah Hoffmann <lonvia@denofr.de>
Tue, 9 Feb 2021 19:04:08 +0000 (20:04 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Tue, 9 Feb 2021 19:04:08 +0000 (20:04 +0100)
commit3cb6f3e4601c01df3035c0c11ba227cb72cf4b08
tree7b7c505c7f03e027a394c584feca448c06d33330
parentde37dc9300ecb94e35878238cf4def1324b6a9e4
use DataDir constant for data only

So far the data directory constant has pointed to the source
directory to be usable with different subdirectories. Now only
the data subdirectory itself is being used with the constant,
so point to the directory directly.
cmake/script.tmpl
cmake/tool.tmpl
lib-php/setup/SetupClass.php
test/bdd/steps/nominatim_environment.py