[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, upstream, updated. puppet-0.24.5-rc3-1456-g2f0b1e5
James Turnbull
james at lovedthanlost.net
Tue Oct 27 17:05:14 UTC 2009
The following commit has been merged in the upstream branch:
commit ba269f2ee083408ecb3fe92620bf7b44cac33ab4
Author: James Turnbull <james at lovedthanlost.net>
Date: Fri Sep 18 06:41:15 2009 +1000
Fixed #2651 - Corrected install permissions on man page directories.
diff --git a/install.rb b/install.rb
index 44cf88a..49ca8b1 100755
--- a/install.rb
+++ b/install.rb
@@ -116,7 +116,7 @@ def do_man(man, strip = 'man/')
om = File.dirname(omf)
if $haveftools
File.makedirs(om, true)
- File.chmod(0644, om)
+ File.chmod(0755, om)
File.install(mf, omf, 0644, true)
else
FileUtils.makedirs(om, {:mode => 0755, :verbose => true})
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list