par: use Utils::Gzip.compress instead of gzip

master
Caleb Xu 2023-01-19 00:34:20 -05:00 committed by BrewTestBot
parent c9f1218338
commit f135fafafd
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ class Par < Formula
def install def install
system "make", "-f", "protoMakefile" system "make", "-f", "protoMakefile"
bin.install "par" bin.install "par"
man1.install gzip("par.1") man1.install Utils::Gzip.compress("par.1")
end end
test do test do