diff options
| author | Jack Nagel | 2014-09-24 00:35:48 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-09-24 00:35:48 -0500 |
| commit | 6913813487f2162228d0fc29a2a7529df552ed5b (patch) | |
| tree | 318ded97cb448fb91d78cfd0a1e08053cba6466d /Library/Formula | |
| parent | 6a79c20c8ec140a4179c536722bf465ec55447c4 (diff) | |
| download | homebrew-6913813487f2162228d0fc29a2a7529df552ed5b.tar.bz2 | |
zookeeper: fix building perl bindings
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/zookeeper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/zookeeper.rb b/Library/Formula/zookeeper.rb index 47293628f..26241675f 100644 --- a/Library/Formula/zookeeper.rb +++ b/Library/Formula/zookeeper.rb @@ -74,7 +74,7 @@ class Zookeeper < Formula cd "src/contrib/zkperl" do system "perl", "Makefile.PL", "PREFIX=#{prefix}", - "--zookeeper-include=#{include}/c-client-src", + "--zookeeper-include=#{include}", "--zookeeper-lib=#{lib}" system "make install" end if build.include? "perl" |
