gnupg2: cleanup system calls.

master
Mike McQuaid 2014-08-25 15:36:50 +01:00
parent 007a4e4cbc
commit 5d120a1b2e
1 changed files with 2 additions and 2 deletions

View File

@ -66,8 +66,8 @@ class Gnupg2 < Formula
system "./configure", *args system "./configure", *args
system "make" system "make"
system "make check" system "make", "check"
system "make install" system "make", "install"
# Conflicts with a manpage from the 1.x formula, and # Conflicts with a manpage from the 1.x formula, and
# gpg-zip isn't installed by this formula anyway # gpg-zip isn't installed by this formula anyway