components/puppet/patches/puppet-01-installrb-nogzip-manpage.patch
changeset 1409 9db4ba32e740
parent 1198 f9a4100102d8
child 1474 97927b6c1ece
equal deleted inserted replaced
1408:8bc5df437e67 1409:9db4ba32e740
     1 Prevent puppet's build script from gzipping the manpages.  Our version
     1 Prevent puppet's build script from gzipping the manpages.  Our version
     2 of man doesn't understand manpages with a .gz extension
     2 of man doesn't understand manpages with a .gz extension
     3 
     3 
     4 --- puppet-3.0.1/install.rb.orig	2013-01-04 14:05:09.892870020 -0700
     4 --- puppet-3.2.2/install.rb.orig	2013-01-04 14:05:09.892870020 -0700
     5 +++ puppet-3.0.1/install.rb	2013-01-04 14:05:40.466062888 -0700
     5 +++ puppet-3.2.2/install.rb	2013-01-04 14:05:40.466062888 -0700
     6 @@ -146,9 +146,6 @@
     6 @@ -146,9 +146,6 @@
     7        FileUtils.chmod(0755, om)
     7        FileUtils.chmod(0755, om)
     8        FileUtils.install(mf, omf, {:mode => 0644, :verbose => true})
     8        FileUtils.install(mf, omf, {:mode => 0644, :verbose => true})
     9      end
     9      end
    10 -    gzip = %x{which gzip}
    10 -    gzip = %x{which gzip}