diff options
| -rw-r--r-- | Library/Formula/libvirt.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/libvirt.rb b/Library/Formula/libvirt.rb index 7e81a0c7f..5852c038e 100644 --- a/Library/Formula/libvirt.rb +++ b/Library/Formula/libvirt.rb @@ -47,7 +47,7 @@ class Libvirt < Formula system "./configure", *args - # Compilation of docs doesn"t get done if we jump straight to "make install" + # Compilation of docs doesn't get done if we jump straight to "make install" system "make" system "make install" |
