aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/kumofs.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/kumofs.rb')
-rw-r--r--Library/Formula/kumofs.rb6
1 files changed, 4 insertions, 2 deletions
diff --git a/Library/Formula/kumofs.rb b/Library/Formula/kumofs.rb
index b9a759976..8896a7813 100644
--- a/Library/Formula/kumofs.rb
+++ b/Library/Formula/kumofs.rb
@@ -12,8 +12,10 @@ class Kumofs <Formula
depends_on 'msgpack' => :ruby
def install
- system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}",
- "--with-msgpack=#{prefix}", "--with-tokyocabinet=#{prefix}"
+ system "./configure", "--disable-debug", "--disable-dependency-tracking",
+ "--prefix=#{prefix}",
+ "--with-msgpack=#{prefix}",
+ "--with-tokyocabinet=#{prefix}"
system "make install"
end
end