[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, master, updated. debian/0.24.7-1-98-gf19c0e5

James Turnbull james at lovedthanlost.net
Wed Apr 8 21:48:23 UTC 2009


The following commit has been merged in the master branch:
commit 4cf7a8949c75eb38a5aba6f105ba6733374f08c8
Author: James Turnbull <james at lovedthanlost.net>
Date:   Fri Mar 20 20:34:13 2009 +1100

    Updated lib install permissions to 0644

diff --git a/install.rb b/install.rb
index 3fa3822..c49b513 100755
--- a/install.rb
+++ b/install.rb
@@ -93,7 +93,7 @@ def do_libs(libs, strip = 'lib/')
     olf = File.join(InstallOptions.site_dir, lf.gsub(/#{strip}/, ''))
     op = File.dirname(olf)
     File.makedirs(op, true)
-    File.chmod(0755, op)
+    File.chmod(0644, op)
     File.install(lf, olf, 0755, true)
   end
 end

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list