]> git.openstreetmap.org Git - chef.git/commitdiff
Fix boost library directory
authorTom Hughes <tom@compton.nu>
Sat, 17 Jan 2015 12:36:22 +0000 (12:36 +0000)
committerTom Hughes <tom@compton.nu>
Sat, 17 Jan 2015 12:36:22 +0000 (12:36 +0000)
cookbooks/tilelog/recipes/default.rb

index 78471e0d73bacfd6acf160986248e926eb02c775..6ad7b1493f9239065914b3822d5562d55ce720ba 100644 (file)
@@ -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"