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

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

View File

@ -31,7 +31,7 @@ class Launch < Formula
xcodebuild "-configuration", "Deployment", "SYMROOT=build", "clean"
xcodebuild "-arch", Hardware::CPU.arch, "-configuration", "Deployment", "SYMROOT=build"
man1.install gzip("launch.1")
man1.install Utils::Gzip.compress("launch.1")
bin.install "build/Deployment/launch"
end