aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-09-24 00:35:48 -0500
committerJack Nagel2014-09-24 00:35:48 -0500
commit6913813487f2162228d0fc29a2a7529df552ed5b (patch)
tree318ded97cb448fb91d78cfd0a1e08053cba6466d /Library/Formula
parent6a79c20c8ec140a4179c536722bf465ec55447c4 (diff)
downloadhomebrew-6913813487f2162228d0fc29a2a7529df552ed5b.tar.bz2
zookeeper: fix building perl bindings
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/zookeeper.rb2
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"