]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/gps-tile/recipes/default.rb
Fix build step for GPS importer
[chef.git] / cookbooks / gps-tile / recipes / default.rb
index ab524abcc5ce1c9de098cb289cd43c79c248e815..c0779f076f019ec4463fa657114c5a544066e21d 100644 (file)
@@ -47,7 +47,7 @@ end
 execute "import-make" do
   action :nothing
   command "make"
-  cwd "/srv/gps-tile.openstreetmap.org/import"
+  cwd "/srv/gps-tile.openstreetmap.org/import/src"
   user "gpstile"
   group "gpstile"
   subscribes :run, "git[/srv/gps-tile.openstreetmap.org/import]"