aboutsummaryrefslogtreecommitdiffstats
path: root/lang/ruby19/files/patch-mkconfig.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lang/ruby19/files/patch-mkconfig.rb')
-rw-r--r--lang/ruby19/files/patch-mkconfig.rb11
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/ruby19/files/patch-mkconfig.rb b/lang/ruby19/files/patch-mkconfig.rb
new file mode 100644
index 000000000000..fade6d89e2ab
--- /dev/null
+++ b/lang/ruby19/files/patch-mkconfig.rb
@@ -0,0 +1,11 @@
+--- mkconfig.rb.orig 2007-12-28 02:40:14.000000000 +0300
++++ mkconfig.rb 2007-12-28 02:40:25.000000000 +0300
+@@ -138,7 +138,7 @@
+ print(*v_fast)
+ print(*v_others)
+ print <<EOS
+- CONFIG["ruby_version"] = "$(MAJOR).$(MINOR).$(TEENY)"
++ CONFIG["ruby_version"] = "$(MAJOR).$(MINOR)"
+ CONFIG["rubylibdir"] = "$(libdir)/ruby/$(ruby_version)"
+ CONFIG["archdir"] = "$(rubylibdir)/$(arch)"
+ CONFIG["sitelibdir"] = "$(sitedir)/$(ruby_version)"