aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2013-06-12 11:30:54 -0700
committerAdam Vandenberg2013-06-12 11:30:54 -0700
commitc0c4bdd19cedda5b1f83c942bba636c61eaf1f08 (patch)
tree649f1ae456342c7fbe216b0e33bed1eb9921ec24 /Library
parenteb287869efbff76730766fca8fe9191b8a8df588 (diff)
downloadhomebrew-c0c4bdd19cedda5b1f83c942bba636c61eaf1f08.tar.bz2
tidyp: use gzip helper
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/tidyp.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/tidyp.rb b/Library/Formula/tidyp.rb
index c41fc96bb..4dbf029a6 100644
--- a/Library/Formula/tidyp.rb
+++ b/Library/Formula/tidyp.rb
@@ -19,8 +19,8 @@ class Tidyp < Formula
TidypManual.new.brew do
system "#{bin}/tidyp -xml-help > tidyp1.xml"
system "#{bin}/tidyp -xml-config > tidyp-config.xml"
- system "/usr/bin/xsltproc tidyp1.xsl tidyp1.xml |/usr/bin/gzip >tidyp.1.gz"
- man1.install 'tidyp.1.gz'
+ system "/usr/bin/xsltproc tidyp1.xsl tidyp1.xml > tidyp.1"
+ man1.install gzip('tidyp.1')
end
end
end