blob: a9ff3afb4a71c5ae0d41005ba0c2fd69e7a406af (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.1.1.1 2003/04/26 16:16:52 taca Exp $
--- bin/install.rb.orig 2003-04-22 12:08:02.000000000 +0900
+++ bin/install.rb
@@ -79,7 +79,7 @@ def install destdir
puts ">> #{dst}" if file =~ /\.rb$/
else
File.makedirs( File.dirname(dst) )
- File.install(file, dst, 0644, true) if file =~ /\.rb$/
+ File.install(file, dst, 0444, true) if file =~ /\.rb$/
end
}
rescue
|