From 5ab63cdf2efa9a8557d3837c32d8336dd23a4b85 Mon Sep 17 00:00:00 2001 From: James Turnbull Date: Fri, 20 Mar 2009 20:34:13 +1100 Subject: Updated lib install permissions to 0644 --- install.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install.rb') 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 -- cgit