projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e174d80
)
Fix boost library directory
author
Tom Hughes
<tom@compton.nu>
Sat, 17 Jan 2015 12:36:22 +0000
(12:36 +0000)
committer
Tom Hughes
<tom@compton.nu>
Sat, 17 Jan 2015 12:36:22 +0000
(12:36 +0000)
cookbooks/tilelog/recipes/default.rb
patch
|
blob
|
history
diff --git
a/cookbooks/tilelog/recipes/default.rb
b/cookbooks/tilelog/recipes/default.rb
index 78471e0d73bacfd6acf160986248e926eb02c775..6ad7b1493f9239065914b3822d5562d55ce720ba 100644
(file)
--- 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"