diff --git a/Formula/gnupg2.rb b/Formula/gnupg2.rb index 024bce5697f..2aa7869b77a 100644 --- a/Formula/gnupg2.rb +++ b/Formula/gnupg2.rb @@ -66,8 +66,8 @@ class Gnupg2 < Formula system "./configure", *args system "make" - system "make check" - system "make install" + system "make", "check" + system "make", "install" # Conflicts with a manpage from the 1.x formula, and # gpg-zip isn't installed by this formula anyway