X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/193547c90eccf7e63f282fc27758e48fc17d9893..956ffe2008afb266d5fa00010e642e8af03c48b0:/cookbooks/tilelog/recipes/default.rb diff --git a/cookbooks/tilelog/recipes/default.rb b/cookbooks/tilelog/recipes/default.rb index d569d0f5a..9ab433195 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" @@ -52,7 +52,7 @@ end execute "tilelog-configure" do action :nothing - command "./configure --with-boost-libdir=/usr/lib" + command "./configure --with-boost-libdir=/usr/lib/x86_64-linux-gnu" cwd tilelog_source_directory user "root" group "root" @@ -79,7 +79,7 @@ template "/usr/local/bin/tilelog" do end template "/etc/cron.d/tilelog" do - source "tileog.cron.erb" + source "tilelog.cron.erb" owner "root" group "root" mode 0644