From e3f061d9900187e0082f17d4e857a55ff8fc4874 Mon Sep 17 00:00:00 2001 From: Misty De Meo Date: Sat, 22 Jun 2013 17:19:28 -0500 Subject: ldns: fix installing Python bindings Fixes #20695. --- Library/Formula/ldns.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/ldns.rb b/Library/Formula/ldns.rb index fca000721..e7504cb80 100644 --- a/Library/Formula/ldns.rb +++ b/Library/Formula/ldns.rb @@ -25,6 +25,6 @@ class Ldns < Formula system "./configure", *args system "make" system "make install" - system "make", "install-pyldns" + system "make", "install-pyldns" if build.with? 'python' end end -- cgit v1.2.3