Skip to content

Commit

Permalink
correct small mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
everpeace committed Aug 6, 2013
1 parent f2db4ae commit 50a81c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/install.rb
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
end

bash "install mesos to #{prefix}" do
cwd File.join("#{node[:mesos][:home]}", "mesos-#{version}", "build")
cwd File.join("#{node[:mesos][:home]}", "mesos", "build")
code <<-EOH
make install
ldconfig
Expand Down

0 comments on commit 50a81c5

Please sign in to comment.