From: Sarah Hoffmann Date: Thu, 29 Aug 2013 08:27:14 +0000 (+0200) Subject: update osm2pgsql after git pulls X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/781c285e7982d114a56cdab355f53dcae3371555?ds=sidebyside update osm2pgsql after git pulls --- diff --git a/cookbooks/nominatim/templates/default/update_source.erb b/cookbooks/nominatim/templates/default/update_source.erb index 17883a038..ec8f0176b 100644 --- a/cookbooks/nominatim/templates/default/update_source.erb +++ b/cookbooks/nominatim/templates/default/update_source.erb @@ -4,6 +4,7 @@ cd <%= @source_directory %> +git submodule update && ./autogen.sh && ./configure && make