aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/pigz.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/pigz.rb')
-rw-r--r--Library/Formula/pigz.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/pigz.rb b/Library/Formula/pigz.rb
index 71078603f..554bb6744 100644
--- a/Library/Formula/pigz.rb
+++ b/Library/Formula/pigz.rb
@@ -7,7 +7,6 @@ class Pigz <Formula
def install
system "make"
- bin.install "pigz"
- bin.install "unpigz"
+ bin.install ["pigz", "unpigz"]
end
end