From 61251b8a5c338d1939c40e64c8b57f17901eeb99 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sat, 17 Jan 2015 12:36:22 +0000 Subject: [PATCH 1/1] Fix boost library directory --- cookbooks/tilelog/recipes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.43.2