From 7b0027c3421e0bcd10ccf3c03f70785ae5f7cab5 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 16 Oct 2013 17:48:31 +0100 Subject: [PATCH] Fix build step for GPS importer --- cookbooks/gps-tile/recipes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/gps-tile/recipes/default.rb b/cookbooks/gps-tile/recipes/default.rb index ab524abcc..c0779f076 100644 --- a/cookbooks/gps-tile/recipes/default.rb +++ b/cookbooks/gps-tile/recipes/default.rb @@ -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]" -- 2.39.5