mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	* mkconfig.rb (prefix): archdir is "1.9.0", not "1.9".
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14737 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
		
							parent
							
								
									173f1e1563
								
							
						
					
					
						commit
						e02f14addf
					
				
					 2 changed files with 5 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -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,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue