]> git.openstreetmap.org Git - chef.git/commitdiff
update osm2pgsql after git pulls
authorSarah Hoffmann <lonvia@denofr.de>
Thu, 29 Aug 2013 08:27:14 +0000 (10:27 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Thu, 29 Aug 2013 08:27:14 +0000 (10:27 +0200)
cookbooks/nominatim/templates/default/update_source.erb

index 17883a038adc3f9a3888cca4ee9500ee582f1cad..ec8f0176b94701be3258c46e496c28681a923394 100644 (file)
@@ -4,6 +4,7 @@
 
 cd <%= @source_directory %>
 
+git submodule update &&
 ./autogen.sh &&
 ./configure &&
 make