components/puppet/patches/puppet-01-installrb-nogzip-manpage.patch
changeset 1655 2490bf4f53ea
parent 1474 97927b6c1ece
--- a/components/puppet/patches/puppet-01-installrb-nogzip-manpage.patch	Wed Jan 22 12:43:42 2014 -0800
+++ b/components/puppet/patches/puppet-01-installrb-nogzip-manpage.patch	Wed Jan 22 15:55:22 2014 -0700
@@ -1,8 +1,8 @@
 Prevent puppet's build script from gzipping the manpages.  Our version
 of man doesn't understand manpages with a .gz extension
 
---- puppet-3.2.4/install.rb.orig	2013-01-04 14:05:09.892870020 -0700
-+++ puppet-3.2.4/install.rb	2013-01-04 14:05:40.466062888 -0700
+--- puppet-3.4.1/install.rb.orig	2013-01-04 14:05:09.892870020 -0700
++++ puppet-3.4.1/install.rb	2013-01-04 14:05:40.466062888 -0700
 @@ -146,9 +146,6 @@
        FileUtils.chmod(0755, om)
        FileUtils.install(mf, omf, {:mode => 0644, :verbose => true})