pkgsrc/lang/ruby-base/patches/patch-aj
taca c2dbf9a56f Ruby 1.6.7 is Ruby's stable release.
ChangeLog is too large, so I don't attach it here.
In detail, See ChangeLog which is contained in the package.

o Many bug fixes.
o Add URI module.
2002-03-02 09:10:56 +00:00

13 lines
507 B
Text

$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