summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-27 12:48:34 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-27 12:48:34 +0000
commit06e99a17adc8a350c0c365e55797335d3b192437 (patch)
treeb01c746bb70932952933a1df6690bbcbfc74a805
parentdaf826d6e65569fd283198893b75c98ce7c96347 (diff)
downloadruby-06e99a17adc8a350c0c365e55797335d3b192437.tar.gz
ruby-06e99a17adc8a350c0c365e55797335d3b192437.tar.xz
ruby-06e99a17adc8a350c0c365e55797335d3b192437.zip
* mkconfig.rb (prefix): archdir is "1.9.0", not "1.9".
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14737 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
-rwxr-xr-xmkconfig.rb2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 85348cc4b..44c8fe590 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Dec 27 21:47:04 2007 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * mkconfig.rb (prefix): archdir is "1.9.0", not "1.9".
+
Thu Dec 27 17:57:30 2007 Tanaka Akira <akr@fsij.org>
* parse.y, transcode_data.h, transcode.c, lib/weakref.rb,
diff --git a/mkconfig.rb b/mkconfig.rb
index 1086c5790..8561bbf0e 100755
--- a/mkconfig.rb
+++ b/mkconfig.rb
@@ -100,7 +100,7 @@ end
drive = File::PATH_SEPARATOR == ';'
-prefix = '/lib/ruby/' + RUBY_VERSION.sub(/\.\d+$/, '') + '/' + RUBY_PLATFORM
+prefix = '/lib/ruby/' + RUBY_VERSION + '/' + RUBY_PLATFORM
print " TOPDIR = File.dirname(__FILE__).chomp!(#{prefix.dump})\n"
print " DESTDIR = ", (drive ? "TOPDIR && TOPDIR[/\\A[a-z]:/i] || " : ""), "'' unless defined? DESTDIR\n"
print " CONFIG = {}\n"