X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/193547c90eccf7e63f282fc27758e48fc17d9893..e174d8071684cd493b9d3dead6e4595b090d7cb7:/cookbooks/tilelog/recipes/default.rb diff --git a/cookbooks/tilelog/recipes/default.rb b/cookbooks/tilelog/recipes/default.rb index d569d0f5a..78471e0d7 100644 --- a/cookbooks/tilelog/recipes/default.rb +++ b/cookbooks/tilelog/recipes/default.rb @@ -43,7 +43,7 @@ end execute "tilelog-autogen" do action :nothing - command "./autogen.sh" + command "autoreconf -i" cwd tilelog_source_directory user "root" group "root"