diff options
Diffstat (limited to 'lang/ruby-base/patches/patch-af')
-rw-r--r-- | lang/ruby-base/patches/patch-af | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/ruby-base/patches/patch-af b/lang/ruby-base/patches/patch-af new file mode 100644 index 00000000000..41c4bcb128d --- /dev/null +++ b/lang/ruby-base/patches/patch-af @@ -0,0 +1,13 @@ +$NetBSD: patch-af,v 1.1.1.1 2001/06/30 08:07:10 taca Exp $ + +--- lib/mkmf.rb.orig Mon May 21 13:19:49 2001 ++++ lib/mkmf.rb +@@ -160,7 +160,7 @@ + for f in path + d = '/' + File::dirname(f) + d = '' if d == '/.' +- mfile.printf "\t@$(RUBY) -r ftools -e 'File::install(ARGV[0], ARGV[1], 0644, true)' %s/%s %s%s\n", libdir, f, dest, d ++ mfile.printf "\t@$(RUBY) -r ftools -e 'File::install(ARGV[0], ARGV[1], 0444, true)' %s/%s %s%s\n", libdir, f, dest, d + end + end + |