summaryrefslogtreecommitdiff
path: root/lang/ruby-base/patches/patch-aj
blob: ed268921a0517ea36bd7aabd31028edc5f11c191 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aj,v 1.3 2002/03/02 09:10:56 taca Exp $

--- ext/extmk.rb.in.orig	Mon Jan 28 17:42:04 2002
+++ ext/extmk.rb.in
@@ -181,7 +181,7 @@
     end
   end
   for f in path
-    mfile.printf "\t@$(RUBY) -r ftools -e 'File::install(ARGV[0], ARGV[1], 0644, true)' $(srcdir)/lib/%s $(DESTDIR)$(pkglibdir)$(target_prefix)/%s\n", f, f
+    mfile.printf "\t@$(RUBY) -r ftools -e 'File::install(ARGV[0], ARGV[1], 0444, true)' $(srcdir)/lib/%s $(DESTDIR)$(pkglibdir)$(target_prefix)/%s\n", f, f
   end
 end