regen, no pkg change.

This commit is contained in:
jasper 2013-01-23 23:00:40 +00:00
parent b2335ffac6
commit 38a0b74035

View File

@ -1,12 +1,12 @@
$OpenBSD: patch-install_rb,v 1.6 2012/10/28 18:48:45 robert Exp $
$OpenBSD: patch-install_rb,v 1.7 2013/01/23 23:00:40 jasper Exp $
Don't gzip(1) the manual pages.
--- install.rb.orig Sat Oct 20 06:57:50 2012
+++ install.rb Sun Oct 28 19:09:31 2012
@@ -146,9 +146,6 @@ def do_man(man, strip = 'man/')
--- install.rb.orig Wed Dec 26 23:16:17 2012
+++ install.rb Wed Jan 23 23:50:53 2013
@@ -134,9 +134,6 @@ def do_man(man, strip = 'man/')
FileUtils.chmod(0755, om)
FileUtils.install(mf, omf, {:mode => 0644, :verbose => true})
FileUtils.install(mf, omf, {:mode => 0644, :preserve => true, :verbose => true})
end
- gzip = %x{which gzip}
- gzip.chomp!