From: Sarah Hoffmann Date: Sun, 31 Jul 2016 20:55:38 +0000 (+0200) Subject: fail on execution of util scripts from source directory X-Git-Tag: v3.0.0~148^2 X-Git-Url: https://git.openstreetmap.org/nominatim.git/commitdiff_plain/496d6bf168c1e454a7c292ac5222fca6cc4fc15e?hp=496d6bf168c1e454a7c292ac5222fca6cc4fc15e fail on execution of util scripts from source directory Utils scripts must be run from the build directory to make sure we get the right paths. Rename the settings file in source and replace the original one with an error, so that scripts fail with an understandable error message when run from the source directory. ---