Skip to content

Commit f22b2b5

Browse files
authored
Merge pull request #10 from smortex/reproducible-builds
Make compressed man pages reproducible
2 parents 31522a8 + 44d2605 commit f22b2b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def do_man(man, strip = 'man/')
8787
unless $osname == "Solaris"
8888
gzip = %x{which gzip}
8989
gzip.chomp!
90-
%x{#{gzip} -f #{omf}}
90+
%x{#{gzip} --force --no-name #{omf}}
9191
end
9292
end
9393
end

0 commit comments

Comments
 (0)