cd <%= @srcdir %>
git fetch origin
+git fetch origin -tf
if git diff --exit-code <%= node[:nominatim][:revision] %> >/dev/null; then
# signal that there are no new updates
git submodule update
cd <%= @builddir %>
-cmake -D WITH_LUAJIT=ON .
+cmake .
make