summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xinstall.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.rb b/install.rb
index 44cf88ad6..49ca8b18c 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})