Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
Riak updated to 0.12.0.
Browse files Browse the repository at this point in the history
Removed one hack that was needed in earlier versions.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
roidrage authored and adamv committed Jul 20, 2010
1 parent e831fc3 commit 2832c60
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Library/Formula/riak.rb
Expand Up @@ -3,9 +3,9 @@
class Riak <Formula
depends_on 'erlang'

url 'http://downloads.basho.com/riak/riak-0.11/riak-0.11.0.tar.gz'
url 'http://downloads.basho.com/riak/riak-0.12/riak-0.12.0.tar.gz'
homepage 'http://riak.basho.com'
md5 '5792ac2b91ad71ccaee91d1ef9632348'
md5 'b5bbc7aaf115bc6ba518137b733ad8a2'

skip_clean 'libexec/log'
skip_clean 'libexec/log/sasl'
Expand All @@ -17,7 +17,6 @@ def install
ENV.deparallelize
system "make all rel"
%w(riak riak-admin).each do |file|
inreplace "rel/riak/bin/#{file}", /^RUNNER_SCRIPT_DIR.+$/, ""
inreplace "rel/riak/bin/#{file}", /^RUNNER_BASE_DIR=.+$/, "RUNNER_BASE_DIR=#{libexec}"
end

Expand Down

0 comments on commit 2832c60

Please sign in to comment.