We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85f1999 commit 44d2605Copy full SHA for 44d2605
install.rb
@@ -87,7 +87,7 @@ def do_man(man, strip = 'man/')
87
unless $osname == "Solaris"
88
gzip = %x{which gzip}
89
gzip.chomp!
90
- %x{#{gzip} -fn #{omf}}
+ %x{#{gzip} --force --no-name #{omf}}
91
end
92
93
0 commit comments