diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/zookeeper.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Formula/zookeeper.rb b/Library/Formula/zookeeper.rb index 26241675f..84ee67074 100644 --- a/Library/Formula/zookeeper.rb +++ b/Library/Formula/zookeeper.rb @@ -72,6 +72,11 @@ class Zookeeper < Formula system "make install" end + cd "src/contrib/zkpython" do + system "python", "src/python/setup.py", "build" + system "python", "src/python/setup.py", "install", "--prefix=#{prefix}" + end if build.with? "python" + cd "src/contrib/zkperl" do system "perl", "Makefile.PL", "PREFIX=#{prefix}", "--zookeeper-include=#{include}", |
