diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/ldns.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
