diff --git a/recipes/default.rb b/recipes/default.rb index 140662a..72416d6 100644 --- a/recipes/default.rb +++ b/recipes/default.rb @@ -77,7 +77,7 @@ end node['riak']['patches'].each do |patch| - cookbook_file "#{node['riak']['platform_data_dir']}/lib/basho-patches/#{patch}" do + cookbook_file "#{node['riak']['platform_lib_dir']}/basho-patches/#{patch}" do source patch owner 'root' mode 0644