summaryrefslogtreecommitdiffstats
path: root/install.rb
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2009-03-20 20:34:13 +1100
committerJames Turnbull <james@lovedthanlost.net>2009-03-24 08:13:22 +1100
commit5ab63cdf2efa9a8557d3837c32d8336dd23a4b85 (patch)
treef5929fcc450feb180d58cdf9973a512423993259 /install.rb
parent2c7e1897eaaa7d2dd8d8d993df8a9a217d1c46c6 (diff)
downloadpuppet-5ab63cdf2efa9a8557d3837c32d8336dd23a4b85.tar.gz
puppet-5ab63cdf2efa9a8557d3837c32d8336dd23a4b85.tar.xz
puppet-5ab63cdf2efa9a8557d3837c32d8336dd23a4b85.zip
Updated lib install permissions to 0644
Diffstat (limited to 'install.rb')
-rwxr-xr-xinstall.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.rb b/install.rb
index 3fa3822c5..9ea2692d4 100755
--- a/install.rb
+++ b/install.rb
@@ -94,7 +94,7 @@ def do_libs(libs, strip = 'lib/')
op = File.dirname(olf)
File.makedirs(op, true)
File.chmod(0755, op)
- File.install(lf, olf, 0755, true)
+ File.install(lf, olf, 0644, true)
end
end