diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/riak.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Formula/riak.rb b/Library/Formula/riak.rb index 871b927fb..cbaeae740 100644 --- a/Library/Formula/riak.rb +++ b/Library/Formula/riak.rb @@ -16,6 +16,10 @@ class Riak < Formula skip_clean :all + def options + [['--32-bit', 'Build 32-bit only.']] + end + def install libexec.install Dir['*'] |
