projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
193547c
)
Use autoreconf to build configure as there is no autogen.sh
author
Tom Hughes
<tom@compton.nu>
Sat, 17 Jan 2015 12:34:07 +0000
(12:34 +0000)
committer
Tom Hughes
<tom@compton.nu>
Sat, 17 Jan 2015 12:34:07 +0000
(12:34 +0000)
cookbooks/tilelog/recipes/default.rb
patch
|
blob
|
history
diff --git
a/cookbooks/tilelog/recipes/default.rb
b/cookbooks/tilelog/recipes/default.rb
index d569d0f5a530e994881ef304b019df585c671cda..78471e0d73bacfd6acf160986248e926eb02c775 100644
(file)
--- 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"