From: Tom Hughes Date: Sat, 17 Jan 2015 12:36:22 +0000 (+0000) Subject: Fix boost library directory X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/61251b8a5c338d1939c40e64c8b57f17901eeb99?hp=e174d8071684cd493b9d3dead6e4595b090d7cb7 Fix boost library directory --- diff --git a/cookbooks/tilelog/recipes/default.rb b/cookbooks/tilelog/recipes/default.rb index 78471e0d7..6ad7b1493 100644 --- a/cookbooks/tilelog/recipes/default.rb +++ b/cookbooks/tilelog/recipes/default.rb @@ -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"